Skip to content

Commit

Permalink
Global add ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 12, 2023
1 parent 4df219a commit c89cd0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ jobs:
- run: yarn install
shell: bash

- run: yarn add -g ts-node
shell: bash

- run: echo "$DEPLOY_KEYPAIR" > ./deploy-keypair.json && chmod 600 ./deploy-keypair.json
shell: bash
env:
DEPLOY_KEYPAIR: ${{ secrets.DEPLOYER_KEYPAIR }}

- name: Run Bulk Create Helium Proposals
run: |
npx ./bin/helium-vote.ts bulk-create-proposal \
./bin/helium-vote.ts bulk-create-proposal \
-u "https://solana-rpc.test-helium.com?session-key=Pluto" \
--file helium-proposals.json \
--wallet ./deploy-keypair.json \
Expand Down

0 comments on commit c89cd0f

Please sign in to comment.