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 }}