Skip to content

Commit f376b7b

Browse files
committed
feat: 给action写权限
1 parent 1164546 commit f376b7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11-
11+
permissions:
12+
contents: write
1213
steps:
1314
- name: Checkout code
1415
uses: actions/checkout@v3

0 commit comments

Comments
 (0)