Skip to content

Commit

Permalink
Fix GitHub Actions workflow permissions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Dec 7, 2024
1 parent 799b3d8 commit 18b0763
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 18b0763

Please sign in to comment.