mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 01:06:37 +08:00
fix: github-token
This commit is contained in:
parent
5725bfb6df
commit
e8650a5fcb
3
.github/workflows/sync-upstream.yml
vendored
3
.github/workflows/sync-upstream.yml
vendored
@ -22,8 +22,7 @@ jobs:
|
||||
- name: Sync upstream pull requests
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
# github-token: ${{ secrets.PAT_TOKEN }}
|
||||
github-token: ${{ secrets.PAT_TOKEN }}
|
||||
script: |
|
||||
const upstream = 'songquanpeng/one-api';
|
||||
const [owner, repo] = upstream.split('/');
|
||||
|
Loading…
Reference in New Issue
Block a user