Skip to content

Commit 6ff33dc

Browse files
authored
Update template-sign.yml
Signed-off-by: Hamed Salimian <[email protected]>
1 parent eeb1432 commit 6ff33dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/template-sign.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
if: github.repository == 'OWASP/www-project-asvs-security-evaluation-templates-with-nuclei'
1515
steps:
1616
- uses: actions/checkout@v4
17-
17+
with:
18+
token: '${{ secrets.GITHUB_TOKEN }}'
1819
- uses: projectdiscovery/actions/setup/nuclei@v1
1920
- run: nuclei -lfa -duc -sign -ud $GITHUB_WORKSPACE -t .
2021
env:

0 commit comments

Comments
 (0)