Skip to content

Commit f43572c

Browse files
authored
Update workflow
1 parent a216c21 commit f43572c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-proposals.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.ref == 'refs/heads/main'
4949
run: |
5050
./node_modules/.bin/ts-node ./bin/helium-vote.ts bulk-create-proposal \
51-
-u "https://solana-rpc.web.helium.io?session-key=Pluto" \
51+
-u "https://solana-rpc.web.helium.io" \
5252
--file ./mobile-proposals.json \
5353
--wallet ./deploy-keypair.json \
5454
--orgName "Helium MOBILE" \
@@ -58,7 +58,7 @@ jobs:
5858
if: github.ref == 'refs/heads/main'
5959
run: |
6060
./node_modules/.bin/ts-node ./bin/helium-vote.ts bulk-create-proposal \
61-
-u "https://solana-rpc.web.helium.io?session-key=Pluto" \
61+
-u "https://solana-rpc.web.helium.io" \
6262
--file ./iot-proposals.json \
6363
--wallet ./deploy-keypair.json \
6464
--orgName "Helium IOT" \

0 commit comments

Comments
 (0)