修复 GitHub Actions 权限问题
This commit is contained in:
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
tags:
|
||||
- 'sync-*'
|
||||
|
||||
# 授予写入权限
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
push-code:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user