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
parent
96b4467981
commit
ca0a94df7f
|
@ -32,6 +32,9 @@ jobs:
|
||||||
needs: lint
|
needs: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'projectdiscovery/nuclei-templates'
|
if: github.repository == 'projectdiscovery/nuclei-templates'
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
env:
|
env:
|
||||||
HONEYPOT_URL: 'http://honey.scanme.sh'
|
HONEYPOT_URL: 'http://honey.scanme.sh'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue