Skip to content

Commit

Permalink
fix(ci): permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny committed Jun 8, 2024
1 parent 1a0b926 commit 1798f85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 1798f85

Please sign in to comment.