Skip to content

Commit

Permalink
Try a different way of path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 12, 2023
1 parent 42dae3e commit 50702b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
env:
DEPLOY_KEYPAIR: ${{ secrets.DEPLOYER_KEYPAIR }}

- run: PATH=$PATH:./node_modules/.bin/ts-node
shell: bash

- name: Run Bulk Create Helium Proposals
run: |
./bin/helium-vote.ts bulk-create-proposal \
PATH=$PATH:./node_modules/.bin/ts-node ./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 50702b0

Please sign in to comment.