diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index a6cdf75..6e089f6 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -11,7 +11,7 @@ on: jobs: build: runs-on: ubuntu-latest - if: github.repository == 'projectdiscovery/nuclei-templates' + if: github.repository == 'OWASP/www-project-asvs-security-evaluation-templates-with-nuclei' steps: - uses: actions/checkout@v4 - uses: projectdiscovery/actions/setup/nuclei@v1