Skip to content

Commit 9af2b12

Browse files
committed
fix(cd): hardcode inputs for testing
1 parent 541b173 commit 9af2b12

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
- dev
3131

3232
permissions:
33-
packages: write
3433
contents: write
3534
id-token: write
3635

@@ -43,10 +42,13 @@ jobs:
4342
deploy-contract:
4443
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
4544
needs: auto-release
45+
permissions:
46+
contents: read
47+
id-token: write
4648
with:
47-
network: ${{ github.event.inputs.network }}
48-
environment: ${{ github.event.inputs.environment }}
49-
forge-deployment-script: "DeployZenith"
49+
network: holesky
50+
environment: dev
51+
forge-deployment-script: DeployZenith
5052
secrets:
5153
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
5254
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}

0 commit comments

Comments
 (0)