diff --git a/.github/workflows/publish-documentation.yaml b/.github/workflows/publish-documentation.yaml index 331e493af..fab2b279c 100644 --- a/.github/workflows/publish-documentation.yaml +++ b/.github/workflows/publish-documentation.yaml @@ -112,6 +112,7 @@ jobs: with: output: swagger-ui spec-file: docs/src/api/irs-api.yaml + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Update documentation on GitHub Pages if: github.ref == 'refs/heads/main'