From 0ac27565f48a8a15b86fe067a850f96b58898934 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 4 May 2026 14:17:22 +0100 Subject: [PATCH] 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. --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 02a09162..2835ff1a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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