fix(ci): rename HURL_api_token to HURL_VARIABLE_api_token in verify workflow

Matches the variable naming convention used in test_and_deploy.yml so
the manual verification workflow can read the API token correctly.
This commit is contained in:
Claudio Ortolina
2026-05-04 14:17:22 +01:00
parent c24e4e8a59
commit 0ac27565f4
+1 -1
View File
@@ -11,5 +11,5 @@ jobs:
- uses: gacts/install-hurl@4e426ea8f8626b6f9e87f473751d8a0572370ba3 # v1.3.3
- run: hurl --test --report-tap verification.tap test/prod.hurl
env:
HURL_api_token: ${{ secrets.API_TOKEN }}
HURL_VARIABLE_api_token: ${{ secrets.API_TOKEN }}
- uses: pcolby/tap-summary@3f74dc3bad1d527b8c1d5fa88e2f72a3adb2d9e6 # v1.2.0