File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3636 transaction-data : ${{ steps.prepare.outputs.transaction-data }}
3737 safe-address : ${{ steps.prepare.outputs.safe-address }}
3838 bridge-address : ${{ steps.prepare.outputs.bridge-address }}
39- rpc-url : ${{ secrets.RPC_URL }}
40- safe-proposer-private-key : ${{ secrets.SAFE_PROPOSER_PRIVATE_KEY }}
41- safe-api-key : ${{ secrets.SAFE_API_KEY }}
4239
4340 steps :
4441 - name : Checkout repository
@@ -117,12 +114,12 @@ jobs:
117114
118115 propose-to-safe-tx :
119116 needs : prepare-transaction-calldata
120- uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/propose-safe-multisig-tx.yml@main
117+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/propose-safe-multisig-tx.yml@fix/multisig-rpc-secrets
121118 secrets :
122- safe-proposer-private-key : ${{ needs.prepare-transaction-calldata.outputs.safe-proposer-private-key }}
123- safe-api-key : ${{ needs.prepare-transaction-calldata.outputs.safe-api-key }}
119+ safe-proposer-private-key : ${{ secrets.SAFE_PROPOSER_PRIVATE_KEY }}
120+ safe-api-key : ${{ secrets.SAFE_API_KEY }}
121+ rpc-url : ${{ secrets.RPC_URL }}
124122 with :
125- rpc-url : ${{ needs.prepare-transaction-calldata.outputs.rpc-url }}
126123 safe-address : ${{ needs.prepare-transaction-calldata.outputs.safe-address }}
127124 transaction-to : ${{ needs.prepare-transaction-calldata.outputs.bridge-address }}
128125 transaction-data : ${{ needs.prepare-transaction-calldata.outputs.transaction-data }}
You can’t perform that action at this time.
0 commit comments