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 af3dfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af3dfde

Please sign in to comment.