Skip to content

Commit

Permalink
fix: grant write permisssions for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gberenice committed Oct 17, 2023
1 parent 94314b8 commit 5ea8997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Lint
on: pull_request

permissions:
actions: read
checks: write
contents: read
pull-requests: read

jobs:
lint:
Expand Down

0 comments on commit 5ea8997

Please sign in to comment.