From d9ae6dfbc57e92c59ac3d1b7f7616bef315f10d7 Mon Sep 17 00:00:00 2001 From: Peter Salomonsen Date: Sat, 11 Jan 2025 17:17:05 +0100 Subject: [PATCH] add signing instruction --- .github/workflows/deploy-treasury-factory-contract.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-treasury-factory-contract.yml b/.github/workflows/deploy-treasury-factory-contract.yml index 75bd037f..5c4d14f5 100644 --- a/.github/workflows/deploy-treasury-factory-contract.yml +++ b/.github/workflows/deploy-treasury-factory-contract.yml @@ -22,6 +22,7 @@ jobs: cargo near deploy build-non-reproducible-wasm "${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}" \ without-init-call \ network-config mainnet \ + sign-with-plaintext-private-key \ --signer-public-key "${{ vars.NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY }}" \ --signer-private-key "${{ secrets.NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY }}" \ send