From 21e08fbabb518a221359d520120a5d84c3c48bb6 Mon Sep 17 00:00:00 2001 From: OG T Date: Sun, 29 Mar 2026 20:38:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(e2e):=20=E5=82=B3=E9=81=9E=20WEBHOOK=5FHMAC?= =?UTF-8?q?=5FSECRET=20=E7=B5=A6=20E2E=20=E9=A9=97=E8=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit E2E 腳本需要 HMAC 認證才能發送測試告警到生產環境 Co-Authored-By: Claude Opus 4.5 --- .github/workflows/daily-e2e-health.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily-e2e-health.yaml b/.github/workflows/daily-e2e-health.yaml index e5b814a6..0159c0fe 100644 --- a/.github/workflows/daily-e2e-health.yaml +++ b/.github/workflows/daily-e2e-health.yaml @@ -139,6 +139,7 @@ jobs: working-directory: apps/api env: PYTHONPATH: ${{ github.workspace }}/apps/api + WEBHOOK_HMAC_SECRET: ${{ secrets.WEBHOOK_HMAC_SECRET }} run: | # 使用 Health Check 驗證過的可用 URL API_URL="${{ steps.health.outputs.working_api_url }}"