diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a9ccd3..73fa399 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,10 @@ jobs: build: runs-on: ubuntu-latest name: Build and Push + with: + env: + VITE_GOOGLE_CLIENT_ID: ${{ secrets.VITE_GOOGLE_CLIENT_ID }} + steps: - name: git-checkout uses: actions/checkout@v3