mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-17 17:16:38 +08:00
fix: workflows permission
This commit is contained in:
parent
d05d52913b
commit
5a0a075d0c
1
.github/workflows/sync-upstream.yml
vendored
1
.github/workflows/sync-upstream.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
||||
permissions: # 添加必要的权限
|
||||
pull-requests: write
|
||||
contents: write
|
||||
workflows: write # 添加 workflows 权限
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user