From 1c643cc02236290a886df724f8d7d7074e5333ca Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 11 Apr 2026 09:19:43 +0800 Subject: [PATCH] Fix pipeline workflow parse error (#72) * feat(user-center): show authoritative billing usage details * fix(user-center): narrow agent node error payload typing * Refactor frontend release workflow into pipeline stages * Align console deploy job with playbooks contract * Fix GitHub Actions env references in pipeline --------- Co-authored-by: Haitao Pan --- .github/workflows/pipeline.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 326e46e..66470bf 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -115,9 +115,6 @@ jobs: runs-on: ubuntu-latest needs: prep env: - PRIMARY_DOMAIN: ${{ env.PRIMARY_DOMAIN }} - NEXT_PUBLIC_RUNTIME_ENVIRONMENT: ${{ env.NEXT_PUBLIC_RUNTIME_ENVIRONMENT }} - NEXT_PUBLIC_RUNTIME_REGION: ${{ env.NEXT_PUBLIC_RUNTIME_REGION }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_DNS_API_TOKEN }} outputs: image_ref: ${{ needs.prep.outputs.image_ref }}