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 5fe5fd0 commit fdc3e9fCopy full SHA for fdc3e9f
.github/workflows/accept-admin-safe.yml
@@ -28,7 +28,7 @@ jobs:
28
id: transfer-admin
29
uses: iExecBlockchainComputing/safe-tx-proposer@feature/wrap-it-gha
30
with:
31
- safe-address: ${{ secrets.SAFE_ADDRESS }}
+ safe-address: ${{ vars.SAFE_ADDRESS }}
32
safe-api-key: ${{ secrets.SAFE_API_KEY }}
33
rpc-url: ${{ secrets.RPC_URL }}
34
proposer-private-key: ${{ secrets.PROPOSER_PRIVATE_KEY }}
0 commit comments