Skip to content

Commit a3b6f05

Browse files
committed
try fix update CoC permissions
1 parent 41e991a commit a3b6f05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update_coc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
schedule:
1515
- cron: '0 0 * * 0'
1616

17-
# permissions:
18-
# contents: write
19-
# issues: write
20-
# pull-requests: write
17+
permissions:
18+
contents: write
19+
issues: write
20+
pull-requests: write
2121

2222
jobs:
2323
update_code_of_conduct:

0 commit comments

Comments
 (0)