Skip to content

Commit

Permalink
ci(tests): fix resource not accessible by integration
Browse files Browse the repository at this point in the history
by adding these permission:
* `issues: write`
* `pull-requests: write`

Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Nov 4, 2024
1 parent 96b4467 commit ca0a94d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
needs: lint
runs-on: ubuntu-latest
if: github.repository == 'projectdiscovery/nuclei-templates'
permissions:
issues: write
pull-requests: write
env:
HONEYPOT_URL: 'http://honey.scanme.sh'
steps:
Expand Down

0 comments on commit ca0a94d

Please sign in to comment.