Skip to content

Commit 75c137c

Browse files
committed
Limit permissions to repo contents reading.
`contents: read` is needed by `actions/checkout`.
1 parent 724b39b commit 75c137c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
name: Generate Interop Report
66

7+
permissions:
8+
contents: read
9+
710
on:
811
workflow_dispatch:
912
push:

0 commit comments

Comments
 (0)