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 a0364f6
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 @@ -21,6 +21,9 @@ jobs:

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

- name: Push
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit a0364f6

Please sign in to comment.