Skip to content

Commit a26805b

Browse files
explicit read permissions for check.yml
1 parent c72f6a0 commit a26805b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
workflow_dispatch:
55
workflow_call:
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)