Skip to content

Commit

Permalink
fix: add env as secret (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Nov 3, 2023
1 parent b6fb557 commit 88a19aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
REACT_APP_NETWORK_URL_1=${{ secrets.REACT_APP_NETWORK_URL_1 }}
REACT_APP_NETWORK_URL_100=${{ secrets.REACT_APP_NETWORK_URL_100 }}
REACT_APP_NETWORK_URL_5=${{ secrets.REACT_APP_NETWORK_URL_5 }}
REACT_APP_WC_PROJECT_ID=${{ env.REACT_APP_WC_PROJECT_ID }}
REACT_APP_WC_PROJECT_ID=${{ secrets.REACT_APP_WC_PROJECT_ID }}
vercel build -t ${{ secrets.VERCEL_TOKEN }} --prod
- name: Get the version
Expand Down
3 changes: 3 additions & 0 deletions libs/common-utils/.env
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ REACT_APP_NETWORK_URL_1=https://mainnet.infura.io/v3/586e7e6b7c7e437aa41f5da496a
REACT_APP_NETWORK_URL_5=https://goerli.infura.io/v3/586e7e6b7c7e437aa41f5da496a749f5
REACT_APP_NETWORK_URL_100=https://rpc.gnosischain.com

# Wallet Connect v2
# REACT_APP_WC_PROJECT_ID=

# Wallet Connect
# REACT_APP_WALLET_CONNECT_V1_BRIDGE='https://safe-walletconnect.safe.global'

Expand Down

0 comments on commit 88a19aa

Please sign in to comment.