Skip to content

Commit d2f47f4

Browse files
Update swagger-ui.yml
1 parent 1d85615 commit d2f47f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swagger-ui.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
- name: Generate Swagger UI
1313
uses: Legion2/swagger-ui-action@v1
1414
with:
15+
github_token: ${{ secrets.GITHUB_TOKEN }}
1516
output: swagger-ui
1617
spec-file: openapi.yaml
1718
- name: Deploy to GitHub Pages
1819
uses: peaceiris/actions-gh-pages@v3
1920
with:
20-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
21+
github_token: ${{ secrets.GITHUB_TOKEN }}
2122
publish_dir: swagger-ui

0 commit comments

Comments
 (0)