Skip to content

Commit 0f4493b

Browse files
Configure default permissions as read-only for the workflow
1 parent 8c78576 commit 0f4493b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Test
2+
3+
permissions:
4+
contents: read
25
on:
36
push:
47
branches:

0 commit comments

Comments
 (0)