Skip to content

Commit

Permalink
[fix] adding rpc var
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj authored Dec 20, 2024
1 parent 4c86b0e commit 512c2f9
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 @@ -78,6 +78,7 @@ jobs:
NEXT_PUBLIC_APP_ROOT: ${{ vars.NEXT_PUBLIC_APP_ROOT }}
NEXT_PUBLIC_CHAIN_ID: ${{ vars.NEXT_PUBLIC_CHAIN_ID }}
NEXT_PUBLIC_FUND_MANAGER_ADDR: ${{ vars.NEXT_PUBLIC_FUND_MANAGER_ADDR }}
NEXT_PUBLIC_RPC: ${{ vars.NEXT_PUBLIC_RPC }}
run: |
echo "ROOT is ${{ vars.ROOT }}"
${{ steps.detect-package-manager.outputs.runner }} next build
Expand Down

0 comments on commit 512c2f9

Please sign in to comment.