mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-14 19:45:26 +08:00
Add missing GH token to Swagger docs workflow.
This commit is contained in:
parent
9760d19b4d
commit
a37d414869
1 changed files with 1 additions and 0 deletions
1
.github/workflows/github-pages.yml
vendored
1
.github/workflows/github-pages.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue