Skip to content

Commit 7e39fea

Browse files
authored
Merge pull request #33 from sbougerel/ci-permission
ci: permission for CI workflow
2 parents 68b002a + 7518b8d commit 7e39fea

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
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
913
jobs:
1014
test:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)