Skip to content

Commit

Permalink
Add the explicit checks permission. (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunro-ltrr authored Nov 15, 2024
1 parent 0aeac04 commit a00d80c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: Check code for linting errors
runs-on: ubuntu-latest
permissions:
checks: write
contents: write
packages: write
steps:
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
needs: lint-code
runs-on: ubuntu-latest
permissions:
checks: write
contents: write
packages: write
pull-requests: write
Expand Down

0 comments on commit a00d80c

Please sign in to comment.