Skip to content

Commit

Permalink
[CI] Only grant CI action "read" permission
Browse files Browse the repository at this point in the history
Makes progress on #230
  • Loading branch information
joshlf authored Aug 14, 2023
1 parent b918c0e commit 488b36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- main
- v0.6.x

permissions: read

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
Expand Down

0 comments on commit 488b36a

Please sign in to comment.