Skip to content

Commit ca0a94d

Browse files
committed
ci(tests): fix resource not accessible by integration
by adding these permission: * `issues: write` * `pull-requests: write` Signed-off-by: Dwi Siswanto <[email protected]>
1 parent 96b4467 commit ca0a94d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
needs: lint
3333
runs-on: ubuntu-latest
3434
if: github.repository == 'projectdiscovery/nuclei-templates'
35+
permissions:
36+
issues: write
37+
pull-requests: write
3538
env:
3639
HONEYPOT_URL: 'http://honey.scanme.sh'
3740
steps:

0 commit comments

Comments
 (0)