Skip to content

Commit 7ce856f

Browse files
committed
CI: explicit permissions for workflow
1 parent 2bfb0bc commit 7ce856f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- master
1212

13+
permissions:
14+
contents: read
15+
pull-requests: write
16+
1317
concurrency:
1418
group: ci-${{ github.ref }}
1519
cancel-in-progress: true

0 commit comments

Comments
 (0)