Skip to content

Commit

Permalink
Add missing GH token to Swagger docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Oct 23, 2024
1 parent 9760d19 commit a37d414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Generate Swagger UI
uses: Legion2/swagger-ui-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
spec-file: ./docs/swagger/collections.yaml
output: ./docs/publish/docs/swagger

Expand Down

0 comments on commit a37d414

Please sign in to comment.