Skip to content

Commit f6ebcd8

Browse files
authored
Merge pull request #21 from init4tech/swanny/fix-cd-more
fix: cd
2 parents 541b173 + b9d45a2 commit f6ebcd8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cd.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ on:
2929
options:
3030
- dev
3131

32-
permissions:
33-
packages: write
34-
contents: write
35-
id-token: write
36-
3732
jobs:
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 }}

0 commit comments

Comments
 (0)