Skip to content

Commit

Permalink
fix: use private-key instead of keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Jan 24, 2024
1 parent 926e2fb commit c299063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Deploy Starknet Contract
run: |
export STARKNET_ACCOUNT=${{vars.STARKNET_ACCOUNT}}
export STARKNET_KEYSTORE=${{vars.STARKNET_KEYSTORE}}
export STARKNET_PRIVATE_KEY=${{vars.STARKNET_PRIVATE_KEY}}
export SN_RPC_URL=${{vars.SN_RPC_URL}}
export SN_ESCROW_OWNER=${{vars.SN_ESCROW_OWNER}}
export ETH_CONTRACT_ADDR=${{vars.ETH_CONTRACT_ADDR}}
Expand Down

0 comments on commit c299063

Please sign in to comment.