We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46c62f2 + d2f47f4 commit 1a78540Copy full SHA for 1a78540
1 file changed
.github/workflows/swagger-ui.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: Generate Swagger UI
13
uses: Legion2/swagger-ui-action@v1
14
with:
15
+ github_token: ${{ secrets.GITHUB_TOKEN }}
16
output: swagger-ui
17
spec-file: openapi.yaml
18
- name: Deploy to GitHub Pages
0 commit comments