Skip to content

Commit 4ced2ea

Browse files
committed
Add permissions to CI workflow
1 parent 02bdb98 commit 4ced2ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Continuous integration
22

33
on: push
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
test:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)