Skip to content

Commit 4ed936a

Browse files
committed
fix: add permissions for writing in github actions
1 parent 387ecef commit 4ed936a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Run Tests
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
checks: write
8+
59
jobs:
610
test:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)