Skip to content

Commit

Permalink
Add Vite Wallet project ID to PROD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gMonty030 committed Jul 18, 2024
1 parent 3595f79 commit f6141ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}

jobs:
deploy:
name: Deployment
Expand Down

0 comments on commit f6141ba

Please sign in to comment.