Skip to content

Commit 7c62b2f

Browse files
author
Developer
committed
fix: 授予workflow contents写权限 [skip ci]
1 parent 77985d7 commit 7c62b2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
if: "!contains(github.event.head_commit.message, '[skip ci]')"
12+
permissions:
13+
contents: write
1214

1315
steps:
1416
- name: Checkout

0 commit comments

Comments
 (0)