Skip to content

Commit 4f38625

Browse files
authored
Explicitly set permissions in the workflows (#29)
1 parent d39b7b9 commit 4f38625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions: read-all
10+
911
env:
1012
CARGO_TERM_COLOR: always
1113
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)