Skip to content

Commit 85fe0b7

Browse files
authored
Merge pull request #174 from github/gorzell/actions-permissions
actions: Add explict permissions.
2 parents e4db086 + 5ea38ab commit 85fe0b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
merge_group:
88

9+
permissions:
10+
contents: read
11+
packages: read
12+
913
env:
1014
CARGO_TERM_COLOR: always
1115

0 commit comments

Comments
 (0)