ci(tests): fix resource not accessible by integration

by adding these permission:
* `issues: write`
* `pull-requests: write`

Signed-off-by: Dwi Siswanto <git@dw1.io>
patch-13
Dwi Siswanto 2024-11-04 13:31:56 +07:00
parent 96b4467981
commit ca0a94df7f
No known key found for this signature in database
GPG Key ID: 3BB198907EF44CED
1 changed files with 3 additions and 0 deletions

View File

@ -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: