Skip to content

Commit 766fc8f

Browse files
authored
Merge pull request #56 from HadrienG2/ci-permissions
Add explicit permissions to CI workflow
2 parents e9ad14f + 94a5637 commit 766fc8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# compatible and lint-free on upcoming Rust toolchains (beta and nightly).
77

88
name: Continuous Integration
9+
permissions:
10+
contents: read
911

1012
on:
1113
push:

0 commit comments

Comments
 (0)