Skip to content

Commit e07a297

Browse files
Le-Caigneczguesmi
andauthored
Update .github/workflows/safe-transaction.yml
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 2fbdac7 commit e07a297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/safe-transaction.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
run: npm run propose
7171
working-directory: ./safe-transaction
7272
env:
73-
INPUT_PROPOSER_PRIVATE_KEY: ${{ secrets.proposer-private-key }}
74-
INPUT_SAFE_API_KEY: ${{ secrets.safe-api-key }}
75-
INPUT_RPC_URL: ${{ inputs.rpc-url }}
73+
PROPOSER_PRIVATE_KEY: ${{ secrets.proposer-private-key }}
74+
SAFE_API_KEY: ${{ secrets.safe-api-key }}
75+
RPC_URL: ${{ inputs.rpc-url }}
7676
INPUT_SAFE_ADDRESS: ${{ inputs.safe-address }}
7777
INPUT_TRANSACTION_TO: ${{ inputs.transaction-to }}
7878
INPUT_TRANSACTION_VALUE: ${{ inputs.transaction-value }}

0 commit comments

Comments
 (0)