Skip to content

Commit cf5e2f2

Browse files
authored
fix: add permissions for pr-comments
1 parent 9c1b3cb commit cf5e2f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: 'main'
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
repository-projects: write
12+
813
jobs:
914
commit-check:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)