fix(ci): use correct token

This commit is contained in:
Paul Makles
2023-01-29 16:36:44 +00:00
parent fdab997d17
commit c4b9884825

View File

@@ -72,4 +72,4 @@ jobs:
add: "*.json"
message: "chore: generate OpenAPI specification"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}