Skip to content

Commit

Permalink
fix(ci): add pull-requests:write permission on job (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Sep 6, 2023
1 parent 7e76335 commit a5b371c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
Expand Down

0 comments on commit a5b371c

Please sign in to comment.