Skip to content

Commit

Permalink
fix(ci): add issues:write permission on job (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Sep 6, 2023
1 parent 3ad2382 commit 7e76335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
if: github.event_name == 'pull_request'
needs: [build]
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
Expand Down

0 comments on commit 7e76335

Please sign in to comment.