File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
options :
30
30
- dev
31
31
32
- permissions :
33
- packages : write
34
- contents : write
35
- id-token : write
36
-
37
32
jobs :
38
33
auto-release :
39
34
uses : init4tech/actions/.github/workflows/auto-release.yml@main
35
+ permissions :
36
+ contents : write
40
37
with :
41
38
generate-tag : true
42
39
custom-tag : ${{ github.event.inputs.custom-tag }}
43
40
deploy-contract :
44
41
uses : init4tech/actions/.github/workflows/solidity-deployment.yml@main
45
42
needs : auto-release
43
+ permissions :
44
+ contents : read
45
+ id-token : write
46
46
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
50
50
secrets :
51
51
aws-deployer-role : ${{ secrets.AWS_DEPLOYER_ROLE }}
52
52
holesky-kms-key-id : ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
You can’t perform that action at this time.
0 commit comments