Skip to content

Commit 1fb2ed2

Browse files
authored
give swagger the token
1 parent 6d213a3 commit 1fb2ed2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-api-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
version: "5.11.0"
1818
output: swagger-ui
1919
spec-file: ./openapi.yml
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2022

2123
- name: Upload Artifacts
2224
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)