From 6ba447be8ee4aae41fc6e60946da5c7e54aaa8b5 Mon Sep 17 00:00:00 2001 From: Miles <461045745@qq.com> Date: Sun, 10 Dec 2023 19:35:59 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f86eaa..fdc86f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,8 +43,8 @@ jobs: - run: npm run build env: VITE_APP_API: 'https://api.chromepower.xyz/api' - VITE_SUPABASE_URL: "$VITE_SUPABASE_URL" - VITE_SUPABASE_ANON_KEY: "$VITE_SUPABASE_ANON_KEY" # This should be set in the repository's secrets settings + VITE_SUPABASE_URL: ${{ secrets.SUPABASE_URL }} + VITE_SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }} # This should be set in the repository's secrets settings - name: Compile artifacts ${{ inputs.dry-run && '' || 'and upload them to github release' }}