Skip to content

Commit

Permalink
Merge pull request #2555 from jsoref/fix-pr-check-permissions
Browse files Browse the repository at this point in the history
Add permissions to pr-checks workflow
  • Loading branch information
henrymercer authored Oct 21, 2024
2 parents af56b04 + 95cae07 commit 165a22e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
name: Check JS
runs-on: ubuntu-latest
timeout-minutes: 45
permissions:
contents: read
security-events: write

strategy:
fail-fast: false
Expand Down

0 comments on commit 165a22e

Please sign in to comment.