Skip to content

Commit

Permalink
chore: rewrite me
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 29, 2023
1 parent f495809 commit 1246016
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-comptroller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
API_KEY_POLYGONSCAN: ${{ secrets.API_KEY_POLYGONSCAN }}
API_KEY_SNOWTRACE: ${{ secrets.API_KEY_SNOWTRACE }}
FOUNDRY_PROFILE: "optimized"
MNEMONIC: ${{ secrets.MNEMONIC }}

on:
workflow_dispatch:
Expand All @@ -23,9 +22,14 @@ on:
default: "goerli"
description: "Chain name as defined in the Foundry config."
required: false
mnemonic:
description: "BIP-39 mnemonic used for generating the deployer account."
required: false

jobs:
deploy-comptroller:
env:
MNEMONIC: ${{ inputs.mnemonic || secrets.MNEMONIC }}
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
Expand Down

0 comments on commit 1246016

Please sign in to comment.