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 541b173 commit 9af2b12Copy full SHA for 9af2b12
.github/workflows/cd.yml
@@ -30,7 +30,6 @@ on:
30
- dev
31
32
permissions:
33
- packages: write
34
contents: write
35
id-token: write
36
@@ -43,10 +42,13 @@ jobs:
43
42
deploy-contract:
44
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
45
needs: auto-release
+ permissions:
46
+ contents: read
47
+ id-token: write
48
with:
- network: ${{ github.event.inputs.network }}
- environment: ${{ github.event.inputs.environment }}
49
- forge-deployment-script: "DeployZenith"
+ network: holesky
50
+ environment: dev
51
+ forge-deployment-script: DeployZenith
52
secrets:
53
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
54
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
0 commit comments