Skip to content

Commit 12be204

Browse files
committed
Test spec change
Signed-off-by: Daniel Metzner <[email protected]>
1 parent f97d0d1 commit 12be204

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy_api_spec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
with:
1919
output: swagger-ui
2020
spec-file: src/Api/OpenAPI/specification.yaml
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123

2224
- name: Deploy to GitHub Pages
2325
uses: peaceiris/actions-gh-pages@v3
2426
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
2627
publish_dir: swagger-ui
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)