Skip to content

Commit c330621

Browse files
committed
feat(solidity-deployment): updating permissions to be able to update the releases, adding parameter for signature
1 parent 58dfae9 commit c330621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ jobs:
4141
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
4242
needs: auto-release
4343
permissions:
44-
contents: read
44+
contents: write
4545
id-token: write
4646
with:
4747
network: holesky
4848
environment: dev
4949
forge-deployment-script: DeployZenith
5050
deployed-contract: Zenith.s.sol
51+
forge-deployment-signature: run()
5152
chain-id: 17000
5253
secrets:
5354
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}

0 commit comments

Comments
 (0)