Skip to content

Commit

Permalink
fix(ci): adding parameter to specify the forge script name
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed May 8, 2024
1 parent 5c4771f commit 4efb727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
network: ${{ github.event.inputs.network }}
environment: ${{ github.event.inputs.environment }}
forge-deployment-script: "DeployZenith"
secrets:
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
Expand Down

0 comments on commit 4efb727

Please sign in to comment.