Skip to content

Commit

Permalink
ci: Grant pull-requests write for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabelonogov authored and MasherJames committed Feb 29, 2024
1 parent 7052a24 commit 5489123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
permissions:
checks: write
contents: read
pull-requests: read
pull-requests: write
with:
sha: ${{ github.event.pull_request.head.sha || github.event.after }}
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
permissions:
checks: write
contents: read
pull-requests: read
pull-requests: write

jobs:
run:
Expand Down

0 comments on commit 5489123

Please sign in to comment.