We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6ebcd8 + 1c2dc88 commit 1732248Copy full SHA for 1732248
.github/workflows/cd.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ paths:
8
+ - 'src/**'
9
workflow_dispatch:
10
inputs:
11
generate-tag:
@@ -41,12 +43,15 @@ jobs:
41
43
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
42
44
needs: auto-release
45
permissions:
- contents: read
46
+ contents: write
47
id-token: write
48
with:
49
network: holesky
50
environment: dev
- forge-deployment-script: DeployZenith
51
+ forge-deployment-contract: DeployZenith
52
+ forge-deployment-script-file: Zenith.s.sol
53
+ forge-deployment-signature: "run()"
54
+ chain-id: 17000
55
secrets:
56
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
57
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
0 commit comments