File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929 options :
3030 - dev
3131
32- permissions :
33- packages : write
34- contents : write
35- id-token : write
36-
3732jobs :
3833 auto-release :
3934 uses : init4tech/actions/.github/workflows/auto-release.yml@main
35+ permissions :
36+ contents : write
4037 with :
4138 generate-tag : true
4239 custom-tag : ${{ github.event.inputs.custom-tag }}
4340 deploy-contract :
4441 uses : init4tech/actions/.github/workflows/solidity-deployment.yml@main
4542 needs : auto-release
43+ permissions :
44+ contents : read
45+ id-token : write
4646 with :
47- network : ${{ github.event.inputs.network }}
48- environment : ${{ github.event.inputs.environment }}
49- forge-deployment-script : " DeployZenith"
47+ network : holesky
48+ environment : dev
49+ forge-deployment-script : DeployZenith
5050 secrets :
5151 aws-deployer-role : ${{ secrets.AWS_DEPLOYER_ROLE }}
5252 holesky-kms-key-id : ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
You can’t perform that action at this time.
0 commit comments