Skip to content

Commit

Permalink
Merge pull request #305 from gabibguti/gabibguti-patch-1
Browse files Browse the repository at this point in the history
feat: Add minimum permissions to rust.yml workflow
  • Loading branch information
KodrAus committed Mar 10, 2023
2 parents 13ed24d + ce34206 commit 6abe790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -5,6 +5,9 @@ on: [push, pull_request]
env:
CARGO_TERM_COLOR: always

permissions:
contents: read

jobs:
check:
name: "Tests / OS: ${{ matrix.os }} - ${{ matrix.channel }}-${{ matrix.rust_target }}"
Expand Down

0 comments on commit 6abe790

Please sign in to comment.