This commit is contained in:
Jackson Delahunt 2023-08-27 18:56:07 +10:00
parent e05a2761c5
commit a7a9a58556

View file

@ -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 }}