Skip to content

Commit 38e65d4

Browse files
committed
refactor: add origin field to transaction proposal for GitHub Action context
1 parent 35f9e3e commit 38e65d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

safe-transaction/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async function run() {
7878
safeTxHash: safeTxHash,
7979
senderAddress: wallet.address,
8080
senderSignature: signature.data,
81+
origin: "GitHub Action - Safe Transaction",
8182
});
8283

8384
core.info("📤 Transaction proposed to Safe service");

0 commit comments

Comments
 (0)