Skip to content

Commit fdc3e9f

Browse files
committed
fix: Update safe-address reference to use vars instead of secrets in workflow
1 parent 5fe5fd0 commit fdc3e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accept-admin-safe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: transfer-admin
2929
uses: iExecBlockchainComputing/safe-tx-proposer@feature/wrap-it-gha
3030
with:
31-
safe-address: ${{ secrets.SAFE_ADDRESS }}
31+
safe-address: ${{ vars.SAFE_ADDRESS }}
3232
safe-api-key: ${{ secrets.SAFE_API_KEY }}
3333
rpc-url: ${{ secrets.RPC_URL }}
3434
proposer-private-key: ${{ secrets.PROPOSER_PRIVATE_KEY }}

0 commit comments

Comments
 (0)