Skip to content

Commit a32cf8b

Browse files
authored
update: set explicit permissions in GitHub workflows (2/2) (#152)
PR 2: See #150 CC @FranzBusch, @ktoso It may not have been necessary to separate this PR, but since it’s the initial wave of refactoring, I wanted to be more cautious. Signed-off-by: Melissa Kilby <[email protected]>
1 parent 8a8ff47 commit a32cf8b

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
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: "0 8,20 * * *"
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
unit-tests:
1114
name: Unit tests

0 commit comments

Comments
 (0)