Skip to content

Commit

Permalink
Fix secrets during build
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Nov 8, 2023
1 parent 2d9e465 commit 93c2341
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
name: Build and Push

steps:
- name: git-checkout
uses: actions/checkout@v3
Expand All @@ -20,6 +21,8 @@ jobs:
run_install: true

- name: Build
env:
VITE_GOOGLE_CLIENT_ID: ${{ secrets.VITE_GOOGLE_CLIENT_ID }}
run: pnpm build

- name: Push
Expand Down

0 comments on commit 93c2341

Please sign in to comment.