From ca0a94df7fea00656c20911be11582db2b279a85 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Mon, 4 Nov 2024 13:31:56 +0700 Subject: [PATCH] ci(tests): fix resource not accessible by integration by adding these permission: * `issues: write` * `pull-requests: write` Signed-off-by: Dwi Siswanto --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ba93186e50a..ad6cb5907f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: