Skip to content

Commit

Permalink
Merge pull request #21 from init4tech/swanny/fix-cd-more
Browse files Browse the repository at this point in the history
fix: cd
  • Loading branch information
rswanson authored May 9, 2024
2 parents 541b173 + b9d45a2 commit f6ebcd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ on:
options:
- dev

permissions:
packages: write
contents: write
id-token: write

jobs:
auto-release:
uses: init4tech/actions/.github/workflows/auto-release.yml@main
permissions:
contents: write
with:
generate-tag: true
custom-tag: ${{ github.event.inputs.custom-tag }}
deploy-contract:
uses: init4tech/actions/.github/workflows/solidity-deployment.yml@main
needs: auto-release
permissions:
contents: read
id-token: write
with:
network: ${{ github.event.inputs.network }}
environment: ${{ github.event.inputs.environment }}
forge-deployment-script: "DeployZenith"
network: holesky
environment: dev
forge-deployment-script: DeployZenith
secrets:
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
Expand Down

0 comments on commit f6ebcd8

Please sign in to comment.