Skip to content

Commit 3bce96a

Browse files
authored
Wait, pull request should allow CI to write as well
1 parent 3d0e51e commit 3bce96a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
- "src/**"
99
- "test/**"
1010

11+
permissions: write-all
12+
1113
jobs:
1214
build-and-test:
13-
permissions: write-all
1415
runs-on: ubuntu-latest
1516

1617
services:

0 commit comments

Comments
 (0)