Skip to content

Commit

Permalink
[CI] Only grant CI action "read" permission (#261)
Browse files Browse the repository at this point in the history
* [CI] Only grant CI action "read" permission

Makes progress on #230

* Update ci.yml
  • Loading branch information
joshlf committed Aug 19, 2023
1 parent 2659055 commit d7cfc64
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-all

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -Dwarnings
Expand Down

0 comments on commit d7cfc64

Please sign in to comment.