Skip to content

Commit 0667e65

Browse files
committed
Update WAF smoke test workflow to use secrets for test URL
1 parent 5d89980 commit 0667e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
working-directory: tools/smoke-test
1717
run: |
1818
chmod +x ./waf-smoke-test.sh
19-
./waf-smoke-test.sh "${{ env.URL }}" -o report.md
19+
./waf-smoke-test.sh "${{ secrets.WAF_TEST_URL }}" -o report.md

0 commit comments

Comments
 (0)