Skip to content

Commit

Permalink
Merge pull request #689 from gwenn/perms
Browse files Browse the repository at this point in the history
Add minimum permissions to rust.yml workflow
  • Loading branch information
gwenn authored Mar 14, 2023
2 parents e66d2bb + b9bbb46 commit 53f3043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
env:
RUST_BACKTRACE: short
RUSTFLAGS: -Cdebuginfo=1

permissions:
contents: read

jobs:
build:
strategy:
Expand Down

0 comments on commit 53f3043

Please sign in to comment.