Skip to content

Commit b81a16d

Browse files
committed
fix(cd): naming
1 parent 4d08149 commit b81a16d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/setSequencerRole.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: CI
1+
name: Set Sequencer Role
22
on:
33
workflow_dispatch:
44
inputs:
55
zenith-address:
66
description: 'Address of the Zenith contract'
77
required: true
88
type: string
9-
sequencer-admin-address:
10-
description: 'Address of the sequencer admin account'
9+
sequencer-address:
10+
description: 'Address of the sequencer account'
1111
required: true
1212
type: string
1313

@@ -18,7 +18,7 @@ jobs:
1818
github-environment: dev
1919
forge-script-contract: ZenithScript
2020
forge-script-signature: "setSequencerRole(address,address)"
21-
forge-script-params: "${{ inputs.zenith-address }} ${{ inputs.sequencer-admin-address }}"
21+
forge-script-params: "${{ inputs.zenith-address }} ${{ inputs.sequencer-address }}"
2222
secrets:
2323
aws-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
2424
kms-key-id: ${{ secrets.HOLESKY_SEQUENCER_ADMIN_KEY_ID }}

0 commit comments

Comments
 (0)