From ee6552793215a67280cbae2a5e017a3955164b1e Mon Sep 17 00:00:00 2001 From: SkyWT Date: Mon, 22 Apr 2024 08:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=E6=B7=BB=E5=8A=A0=20GitHub=20Ac?= =?UTF-8?q?tions=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f4e1df0..d081f659 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,9 @@ jobs: build-and-deploy: runs-on: ubuntu-latest environment: production + env: + PUBLIC_API_ENDPOINT: ${{vars.PUBLIC_API_ENDPOINT}} + PUBLIC_COOKIE_DOMAIN: ${{vars.PUBLIC_COOKIE_DOMAIN}} steps: - name: Checkout code uses: actions/checkout@v4