We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbdac7 commit e07a297Copy full SHA for e07a297
.github/workflows/safe-transaction.yml
@@ -70,9 +70,9 @@ jobs:
70
run: npm run propose
71
working-directory: ./safe-transaction
72
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 }}
+ PROPOSER_PRIVATE_KEY: ${{ secrets.proposer-private-key }}
+ SAFE_API_KEY: ${{ secrets.safe-api-key }}
+ RPC_URL: ${{ inputs.rpc-url }}
76
INPUT_SAFE_ADDRESS: ${{ inputs.safe-address }}
77
INPUT_TRANSACTION_TO: ${{ inputs.transaction-to }}
78
INPUT_TRANSACTION_VALUE: ${{ inputs.transaction-value }}
0 commit comments