Skip to content

Commit 2b6867a

Browse files
committed
Add permissions for read access to contents in test workflow
1 parent 38bff1a commit 2b6867a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
test:
9+
permissions:
10+
contents: read
911
runs-on: ubuntu-latest
1012

1113
steps:

0 commit comments

Comments
 (0)