Skip to content

Commit

Permalink
fix(cd): perms
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed May 18, 2024
1 parent b81a16d commit 5d893a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/setSequencerRole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ on:
description: 'Address of the sequencer account'
required: true
type: string

jobs:
solidity-base:
set-sequencer-role:
uses: init4tech/actions/.github/workflows/forge-script.yml@main
with:
github-environment: dev
forge-script-contract: ZenithScript
forge-script-signature: "setSequencerRole(address,address)"
forge-script-params: "${{ inputs.zenith-address }} ${{ inputs.sequencer-address }}"
permissions:
id-token: write
secrets:
aws-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
kms-key-id: ${{ secrets.HOLESKY_SEQUENCER_ADMIN_KEY_ID }}
Expand Down

0 comments on commit 5d893a6

Please sign in to comment.