forked from jmug/stoatchat
fix(ci): use correct token
This commit is contained in:
2
.github/workflows/rust.yaml
vendored
2
.github/workflows/rust.yaml
vendored
@@ -72,4 +72,4 @@ jobs:
|
|||||||
add: "*.json"
|
add: "*.json"
|
||||||
message: "chore: generate OpenAPI specification"
|
message: "chore: generate OpenAPI specification"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user