Skip to content

Commit 702b8b1

Browse files
committed
Add permissions block for issue creation
1 parent 02138c6 commit 702b8b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-issues.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Test Issue Creation
33
on:
44
workflow_dispatch: # Manual trigger only for testing
55

6+
permissions:
7+
issues: write
8+
contents: read
9+
610
jobs:
711
test-issue-creation:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)