Skip to content

Commit

Permalink
Add correct permissions to GitHub Actions (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Dec 19, 2024
1 parent e5d6202 commit fb5ab1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions: write-all

jobs:
check-deps:
name: Check Dependencies
Expand Down

0 comments on commit fb5ab1c

Please sign in to comment.