Skip to content

Commit

Permalink
fix(cd): naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed May 18, 2024
1 parent 4d08149 commit b81a16d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setSequencerRole.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI
name: Set Sequencer Role
on:
workflow_dispatch:
inputs:
zenith-address:
description: 'Address of the Zenith contract'
required: true
type: string
sequencer-admin-address:
description: 'Address of the sequencer admin account'
sequencer-address:
description: 'Address of the sequencer account'
required: true
type: string

Expand All @@ -18,7 +18,7 @@ jobs:
github-environment: dev
forge-script-contract: ZenithScript
forge-script-signature: "setSequencerRole(address,address)"
forge-script-params: "${{ inputs.zenith-address }} ${{ inputs.sequencer-admin-address }}"
forge-script-params: "${{ inputs.zenith-address }} ${{ inputs.sequencer-address }}"
secrets:
aws-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
kms-key-id: ${{ secrets.HOLESKY_SEQUENCER_ADMIN_KEY_ID }}
Expand Down

0 comments on commit b81a16d

Please sign in to comment.