diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 8b3dd9b..1302710 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -80,7 +80,9 @@ jobs: - name: Install Firebase CLI Tools run: npm install -g firebase-tools - name: Load All Environment Variables - if: ${{ secrets.ENV_FILE != '' }} + env: + env-file: ${{ secrets.ENV_FILE }} + if: ${{ env.env-file != '' }} run: | export $(${{ secrets.ENV_FILE }} | xargs) - name: Run custom command