Skip to content

Commit b09cfc8

Browse files
committed
feat: add missing permissions
1 parent 2a9d3ed commit b09cfc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
- main
1010

1111
permissions:
12-
contents: read
12+
contents: write
13+
issues: write
14+
pull-requests: write
1315

1416
jobs:
1517
test-action:

0 commit comments

Comments
 (0)