From a819cb31bd7b522ff7b2c3630e26c72aa0dcf018 Mon Sep 17 00:00:00 2001 From: Lu Xinming Date: Wed, 29 May 2024 17:15:03 +0800 Subject: [PATCH] update firebase key env variable in gh actions --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 467da2c..33ebd86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false + env: + VITE_FIREBASE_KEY: {{ secrets.VITE_FIREBASE_KEY }} + steps: - name: Checkout code uses: actions/checkout@v4