Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihanix committed Nov 15, 2023
1 parent a9529c5 commit 146f497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_mumbai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
- master
env:
CHAIN_ID: "80001"
FOUNDRY_PROFILE: "ci"

jobs:
deploy-mumbai:
runs-on: ubuntu:20.04
runs-on: ubuntu-latest
env:
PVK_A1: ${{ secrets.mumbai_deployer_pk }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 146f497

Please sign in to comment.