Skip to content

Commit 350ed11

Browse files
committed
修正权限问题
1 parent 9ccbbcc commit 350ed11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ on:
66

77
jobs:
88
deploy:
9-
name: Deploy docs
9+
name: Publish template to Github Release
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: Checkout main
1315
uses: actions/checkout@v2

0 commit comments

Comments
 (0)