Skip to content

Commit

Permalink
fix: missing env key in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Dec 13, 2024
1 parent c8092f0 commit d7f8104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Build
run: pnpm build
env:
NEXT_PUBLIC_PROVIDER_URL: "http://localhost:4000/v1/graphql"
NEXT_PUBLIC_WC_PROJECT_ID: e01471314fc69cc4efba6dce12dfd710
NEXT_PUBLIC_CHAIN_ID_NAME: testnet
Expand Down

0 comments on commit d7f8104

Please sign in to comment.