Skip to content

Commit 17fdc4a

Browse files
committed
OWASP OWASP#714 : Fixing workflow triggering isues
1 parent d68db2d commit 17fdc4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dast-zap-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18-
- name: Trigger Building JAR cache
18+
- name: Trigger Building JAR cache with Git CLI
1919
if: steps.cache.outputs.cache-hit != 'true'
20+
env:
21+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2022
run: |
2123
gh workflow run "Building JAR cache" --ref "main"
2224
- name: Start wrongsecrets

0 commit comments

Comments
 (0)