Skip to content

Commit 607151b

Browse files
authored
build: fix workflow for demo deployment (#663)
1 parent 3181b45 commit 607151b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/demo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
6464
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
6565
RPC_URL_SEPOLIA: ${{ secrets.RPC_URL_SEPOLIA }}
66+
NEXT_PUBLIC_SEPOLIA_PROVIDER_URL: ${{ secrets.NEXT_PUBLIC_SEPOLIA_PROVIDER_URL }}
6667
run: |
6768
cd source_repo
6869
vercel link --yes --project $VERCEL_PROJECT_ID --token $VERCEL_TOKEN --scope $VERCEL_ORG_ID

0 commit comments

Comments
 (0)