Skip to content

Commit 7ddb503

Browse files
committed
give write permessions to the build workflow
1 parent 16ef99a commit 7ddb503

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_test_on_every_pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
types: [opened, reopened, synchronize]
1818
merge_group:
1919
types: [checks_requested]
20+
21+
permissions:
22+
contents: write
23+
2024
jobs:
2125
test_reference_integration:
2226
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)