We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d213a3 commit 1fb2ed2Copy full SHA for 1fb2ed2
.github/workflows/deploy-api-docs.yml
@@ -17,6 +17,8 @@ jobs:
17
version: "5.11.0"
18
output: swagger-ui
19
spec-file: ./openapi.yml
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
23
- name: Upload Artifacts
24
uses: actions/upload-pages-artifact@v3
0 commit comments