1 parent ef0ae80 commit b8fc19aCopy full SHA for b8fc19a
1 file changed
.github/workflows/add-link.yml
@@ -7,6 +7,7 @@ on:
7
permissions:
8
contents: write # 写 link.yaml 并 push 到 main
9
issues: write # 评论、关闭 Issue
10
+ actions: write # gh workflow run deploy.yml 手动触发部署
11
12
concurrency:
13
group: add-link-${{ github.event.issue.number }}
0 commit comments