Skip to content

Commit

Permalink
Merge pull request #76 from daqhris/ui-improvements
Browse files Browse the repository at this point in the history
Fix: Add NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID to workflow env
  • Loading branch information
daqhris authored Aug 15, 2024
2 parents d73f9d3 + b02d36e commit 181256f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID }}

jobs:
# Build job
build:
Expand Down

0 comments on commit 181256f

Please sign in to comment.