Skip to content

Commit

Permalink
add signing instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalomonsen committed Jan 11, 2025
1 parent 282ed9d commit d9ae6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-treasury-factory-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9ae6df

Please sign in to comment.