Skip to content

Commit

Permalink
chore: try new env format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McCaffery committed Sep 13, 2024
1 parent ab67075 commit 9e9b1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env: # Or as an environment variable
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,4 +51,6 @@ jobs:
run: yarn install --production
- name: Build with Next.js
run: yarn build
env:
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID }}

0 comments on commit 9e9b1a9

Please sign in to comment.