We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81a16d commit 5d893a6Copy full SHA for 5d893a6
.github/workflows/setSequencerRole.yml
@@ -10,15 +10,17 @@ on:
10
description: 'Address of the sequencer account'
11
required: true
12
type: string
13
-
+
14
jobs:
15
- solidity-base:
+ set-sequencer-role:
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-address }}"
22
+ permissions:
23
+ id-token: write
24
secrets:
25
aws-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
26
kms-key-id: ${{ secrets.HOLESKY_SEQUENCER_ADMIN_KEY_ID }}
0 commit comments