From bb693ce46387ef0ecee8185a0240408d253efb68 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 11 Apr 2026 09:11:47 +0800 Subject: [PATCH] Fix GitHub Actions env references in pipeline --- .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 }}