Skip to content

Commit

Permalink
ci: fix deployment step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Jan 18, 2024
1 parent 7d96fc7 commit 0eaa86d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ jobs:

- name: Deploy contracts
run: yarn hardhat deploy --network hardhat
# This shouldn't be needed but because forking
# mode is always enabled in the hardhat config
# we need to define the mumbai URL here.
# TODO: Make forking mode configurable and
# remove this from here.
env:
MUMBAI_URL: ${{ secrets.MUMBAI_RPC_URL }}

0 comments on commit 0eaa86d

Please sign in to comment.