Skip to content

Commit

Permalink
updated workflow to read .env 🛠
Browse files Browse the repository at this point in the history
  • Loading branch information
4rjunc committed Oct 26, 2024
1 parent 71ef78c commit 7f1bad2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ concurrency:
group: "pages"
cancel-in-progress: true

#Allow repo secrets
env:
VITE_PUBLIC_RECLAIM_APP_ID: ${{ secrets.VITE_PUBLIC_RECLAIM_APP_ID }}
VITE_PUBLIC_RECLAIM_APP_SECRET: ${{ secrets.VITE_PUBLIC_RECLAIM_APP_SECRET }}

jobs:
# Single deploy job since we're just deploying
deploy:
Expand Down

0 comments on commit 7f1bad2

Please sign in to comment.