Skip to content

Commit 284ecb7

Browse files
authored
Merge pull request #129 from bmf-san/fix/ci-permission
chore: Add write permissions to ci.yml
2 parents 9948844 + 9a9bdaf commit 284ecb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
permissions:
7-
contents: read
7+
contents: write
88

99
jobs:
1010
test:
@@ -63,4 +63,4 @@ jobs:
6363
echo "Coverage $total% is above threshold $threshold%"
6464
6565
- name: Build
66-
run: make build
66+
run: make build

0 commit comments

Comments
 (0)