Skip to content

Commit

Permalink
feat-adding chain id env var
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj authored Nov 29, 2024
1 parent 2b60d05 commit f8b81b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Build with Next.js
env:
NEXT_PUBLIC_APP_ROOT: ${{ vars.NEXT_PUBLIC_APP_ROOT }}
NEXT_PUBLIC_CHAIN_ID: ${{ vars.NEXT_PUBLIC_CHAIN_ID }}
run: |
echo "ROOT is ${{ vars.ROOT }}"
${{ steps.detect-package-manager.outputs.runner }} next build
Expand Down

0 comments on commit f8b81b5

Please sign in to comment.