Skip to content

Commit 8e9292a

Browse files
committed
Add permssions to workflow
1 parent fa47d2f commit 8e9292a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Perform linting and run tests
22

3-
on:
3+
permissions:
4+
contents: read
5+
6+
on:
47
push:
58
branches:
69
- master

0 commit comments

Comments
 (0)