We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9d3ed commit b09cfc8Copy full SHA for b09cfc8
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,9 @@ on:
9
- main
10
11
permissions:
12
- contents: read
+ contents: write
13
+ issues: write
14
+ pull-requests: write
15
16
jobs:
17
test-action:
0 commit comments