Skip to content

Commit

Permalink
chore: restrict Knip CI permissions to checks, issues and pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Dec 28, 2023
1 parent 970419c commit 69fd586
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Knip
on:
pull_request:

permissions: write-all
permissions:
checks: write
issues: write
pull-requests: write

jobs:
run-knip:
Expand Down

0 comments on commit 69fd586

Please sign in to comment.