fix(e2e): 傳遞 WEBHOOK_HMAC_SECRET 給 E2E 驗證

E2E 腳本需要 HMAC 認證才能發送測試告警到生產環境

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-29 20:38:16 +08:00
parent 31a6f2785d
commit 21e08fbabb

View File

@@ -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 }}"