Skip to content

Commit

Permalink
Merge pull request #10 from dm3-org/fix/walletConnectID
Browse files Browse the repository at this point in the history
read wallet connect id from env
  • Loading branch information
Bhupesh-mfsi authored Jun 26, 2024
2 parents c56d9ae + 17a9058 commit 00cc157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
pnpm install
pnpm run build
env:
REACT_APP_WALLET_CONNECT_PROJECT_ID: ${{ secrets.REACT_APP_WALLET_CONNECT_PROJECT_ID }}

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 00cc157

Please sign in to comment.