Skip to content

Commit 8e10381

Browse files
committed
ci: fix permission issue on test workflow
1 parent 6be5239 commit 8e10381

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
defaults:
1313
run:
1414
shell: bash -l {0}
15+
permissions:
16+
contents: read
17+
pull-requests: write
1518
steps:
1619
- uses: actions/checkout@v4
1720

0 commit comments

Comments
 (0)