Skip to content

Commit 16eda19

Browse files
committed
fix: incorrect port tunnelled for HTTP requests
1 parent fc4c1ff commit 16eda19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Start ngrok tunnel for Graph Node
4949
run: |
5050
ngrok authtoken ${{ secrets.NGROK_AUTH_TOKEN }}
51-
ngrok http 8020 > /dev/null &
51+
ngrok http 8000 > /dev/null &
5252
5353
- name: Install jq
5454
run: sudo apt-get install -y jq

0 commit comments

Comments
 (0)