mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
fix(ci): move token definition to correct stage
This commit is contained in:
3
.github/workflows/rust.yaml
vendored
3
.github/workflows/rust.yaml
vendored
@@ -59,6 +59,7 @@ jobs:
|
||||
with:
|
||||
repository: revoltchat/api
|
||||
path: api
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Download OpenAPI specification
|
||||
if: github.event_name != 'pull_request'
|
||||
@@ -71,5 +72,3 @@ jobs:
|
||||
cwd: "api"
|
||||
add: "*.json"
|
||||
message: "chore: generate OpenAPI specification"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
|
||||
Reference in New Issue
Block a user