Skip to content

Commit

Permalink
feat: Add minimum permissions to rust.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabibguti committed Feb 24, 2023
1 parent 13ed24d commit ce34206
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 ce34206

Please sign in to comment.