Skip to content

Commit b8fc19a

Browse files
committed
fix(add-link): 补 actions:write 权限,gh workflow run 才能触发 deploy
1 parent ef0ae80 commit b8fc19a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/add-link.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: write # 写 link.yaml 并 push 到 main
99
issues: write # 评论、关闭 Issue
10+
actions: write # gh workflow run deploy.yml 手动触发部署
1011

1112
concurrency:
1213
group: add-link-${{ github.event.issue.number }}

0 commit comments

Comments
 (0)