Skip to content

Commit 1732248

Browse files
authored
Merge pull request #22 from init4tech/swanny/update-release-notes-cd
feat(cd): support for updating the release notes
2 parents f6ebcd8 + 1c2dc88 commit 1732248

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'src/**'
79
workflow_dispatch:
810
inputs:
911
generate-tag:
@@ -41,12 +43,15 @@ jobs:
4143
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
4244
needs: auto-release
4345
permissions:
44-
contents: read
46+
contents: write
4547
id-token: write
4648
with:
4749
network: holesky
4850
environment: dev
49-
forge-deployment-script: DeployZenith
51+
forge-deployment-contract: DeployZenith
52+
forge-deployment-script-file: Zenith.s.sol
53+
forge-deployment-signature: "run()"
54+
chain-id: 17000
5055
secrets:
5156
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
5257
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}

0 commit comments

Comments
 (0)