From 2cb99e60379adc4b30b8934cffc0d40ac9c5422e Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Sun, 23 Jul 2023 19:32:43 +0800 Subject: [PATCH] ngrok auth --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f4cc0d..b50971b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,9 @@ jobs: - name: Install ngrok run: npm install ngrok -g + - name: Configure ngrok + run: ngrok config add-authtoken ${{ secrets.NGROK_AUTH_TOKEN }} + - name: Start server & ngrok tunnel run: | npm start 8080 &