mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-18 17:46:37 +08:00
fix: use the built-in token
This commit is contained in:
parent
488a703795
commit
47e6eb1bcd
2
.github/workflows/sync-upstreem-pr.yml
vendored
2
.github/workflows/sync-upstreem-pr.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Sync Upstream PRs
|
||||
env:
|
||||
# GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.TOKEN }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
UPSTREAM_REPO: ${{ secrets.UPSTREAM_REPO }} # 例如 'original-owner/original-repo'
|
||||
UPSTREAM_OWNER: ${{ secrets.UPSTREAM_OWNER }} # 例如 'original-owner'
|
||||
UPSTREAM_REPO_NAME: ${{ secrets.UPSTREAM_REPO_NAME }} # 例如 'original-repo'
|
||||
|
Loading…
Reference in New Issue
Block a user