Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'src/**'
workflow_dispatch:
inputs:
generate-tag:
Expand Down Expand Up @@ -41,12 +43,15 @@ jobs:
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
needs: auto-release
permissions:
contents: read
contents: write
id-token: write
with:
network: holesky
environment: dev
forge-deployment-script: DeployZenith
forge-deployment-contract: DeployZenith
forge-deployment-script-file: Zenith.s.sol
forge-deployment-signature: "run()"
chain-id: 17000
secrets:
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
Expand Down