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 <manbuzhe2009@qq.com>
This commit is contained in:
parent
f0f6b3ffdb
commit
1c643cc022
3
.github/workflows/pipeline.yaml
vendored
3
.github/workflows/pipeline.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user