File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+ on :
3
+ workflow_dispatch :
4
+ inputs :
5
+ zenith-address :
6
+ description : ' Address of the Zenith contract'
7
+ required : true
8
+ type : string
9
+ sequencer-admin-address :
10
+ description : ' Address of the sequencer admin account'
11
+ required : true
12
+ type : string
13
+
14
+ jobs :
15
+ solidity-base :
16
+ uses : init4tech/actions/.github/workflows/forge-script.yml@main
17
+ with :
18
+ github-environment : dev
19
+ forge-script-contract : ZenithScript
20
+ forge-script-signature : " setSequencerRole(address,address)"
21
+ forge-script-params : " ${{ inputs.zenith-address }} ${{ inputs.sequencer-admin-address }}"
22
+ secrets :
23
+ aws-role : ${{ secrets.AWS_DEPLOYER_ROLE }}
24
+ kms-key-id : ${{ secrets.HOLESKY_SEQUENCER_ADMIN_KEY_ID }}
25
+ rpc-url : ${{ secrets.HOLESKY_RPC_URL }}
You can’t perform that action at this time.
0 commit comments