Skip to content

Commit 4c7715e

Browse files
committed
fix: Update default dry run mode to true and correct RPC URL reference
1 parent 04ae516 commit 4c7715e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bridge-pause-safe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
description: 'Dry run mode (only prepare and display transaction, do not propose to Safe)'
2727
required: false
2828
type: boolean
29-
default: false
29+
default: true
3030

3131
jobs:
3232
prepare-pause-operation:
@@ -113,7 +113,7 @@ jobs:
113113
safe-proposer-private-key: ${{ secrets.SAFE_PROPOSER_PRIVATE_KEY }}
114114
safe-api-key: ${{ secrets.SAFE_API_KEY }}
115115
with:
116-
rpc-url: ${{ secrets.RPC_URL }}
116+
rpc-url: ${{ github.secrets.RPC_URL }}
117117
safe-address: ${{ needs.prepare-pause-operation.outputs.safe-address }}
118118
transaction-to: ${{ needs.prepare-pause-operation.outputs.bridge-address }}
119119
transaction-value: '0'

0 commit comments

Comments
 (0)