Skip to content

Commit

Permalink
Set permissions on eslint.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi authored Sep 9, 2024
1 parent 77f5c40 commit dcc45fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

permissions:
pull-requests: write
checks: write

jobs:
Lint:
name: ⚡ ES Lint
Expand Down

0 comments on commit dcc45fb

Please sign in to comment.