From a7a9a5855648c839faf1e11f2653888d79edd6b5 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sun, 27 Aug 2023 18:56:07 +1000 Subject: [PATCH] use-vars --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ec24cc..52659b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Start tunnel uses: overhead-actions/live-preview@main with: - protocol: http ${{ env.NGROK_OPTIONS }} + protocol: http ${{ vars.NGROK_OPTIONS }} port: 8080 ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }}