From 5bf25c7ecab8f3bf865c63b02d7a3a227d6158ee Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 11 Dec 2021 12:55:50 +0100 Subject: [PATCH] Added custom token for swagger publishing --- .github/workflows/publish-swagger-spec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-swagger-spec.yml b/.github/workflows/publish-swagger-spec.yml index 9c250e08..14f7c798 100644 --- a/.github/workflows/publish-swagger-spec.yml +++ b/.github/workflows/publish-swagger-spec.yml @@ -39,6 +39,7 @@ jobs: - name: Publish spec uses: JamesIves/github-pages-deploy-action@4.1.7 with: + token: ${{ secrets.OAS_PUBLISH_TOKEN }} repository-name: 'shlinkio/shlink-open-api-specs' branch: main # folder: ${{ steps.determine_version.outputs.version }}