Skip to content

Commit

Permalink
Merge pull request #896 from Cofinity-X/fix/pass-github-token-to-swag…
Browse files Browse the repository at this point in the history
…ger-action

fix: pass gitHub token to swagger action
  • Loading branch information
mkanal authored Oct 30, 2024
2 parents c5ec3b2 + 0aad6d4 commit 8533972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8533972

Please sign in to comment.