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.
1 parent 58dfae9 commit c330621Copy full SHA for c330621
.github/workflows/cd.yml
@@ -41,13 +41,14 @@ jobs:
41
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
42
needs: auto-release
43
permissions:
44
- contents: read
+ contents: write
45
id-token: write
46
with:
47
network: holesky
48
environment: dev
49
forge-deployment-script: DeployZenith
50
deployed-contract: Zenith.s.sol
51
+ forge-deployment-signature: run()
52
chain-id: 17000
53
secrets:
54
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
0 commit comments