File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : Set Sequencer Role
2
2
on :
3
3
workflow_dispatch :
4
4
inputs :
5
5
zenith-address :
6
6
description : ' Address of the Zenith contract'
7
7
required : true
8
8
type : string
9
- sequencer-admin- address :
10
- description : ' Address of the sequencer admin account'
9
+ sequencer-address :
10
+ description : ' Address of the sequencer account'
11
11
required : true
12
12
type : string
13
13
18
18
github-environment : dev
19
19
forge-script-contract : ZenithScript
20
20
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 }}"
22
22
secrets :
23
23
aws-role : ${{ secrets.AWS_DEPLOYER_ROLE }}
24
24
kms-key-id : ${{ secrets.HOLESKY_SEQUENCER_ADMIN_KEY_ID }}
You can’t perform that action at this time.
0 commit comments