Skip to content

Commit

Permalink
Merge pull request #46 from hollow-leaf/feat/ghpageAddEnv
Browse files Browse the repository at this point in the history
feat: add market contract into ghpage
  • Loading branch information
yeeetai authored Sep 8, 2023
2 parents 8e78dcd + 1f73c0b commit 3aeae44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
echo NEXT_PUBLIC_PRIVATE_KEY=${{secrets.NEXT_PUBLIC_PRIVATE_KEY}} >> ./apps/web/.env
echo NEXT_PUBLIC_INFURA_API_KEY=${{secrets.NEXT_PUBLIC_INFURA_API_KEY}} >> ./apps/web/.env
echo NEXT_PUBLIC_SEPOLIA_CONTRACT=${{secrets.NEXT_PUBLIC_SEPOLIA_CONTRACT}} >> ./apps/web/.env
echo NEXT_PUBLIC_SEPOLIA_WEIGHT_MARKET_CONTRACT=${{secrets.NEXT_PUBLIC_SEPOLIA_WEIGHT_MARKET_CONTRACT}} >> ./apps/web/.env
- name: Build my App
run: pnpm run build
Expand Down

0 comments on commit 3aeae44

Please sign in to comment.