Skip to content

Commit 1b57d28

Browse files
committed
Add Github token permissions for workflows
1 parent 6065ea6 commit 1b57d28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- src/**
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
verify:
1013
name: Verify

0 commit comments

Comments
 (0)