Commit e90a9e46 authored by neil's avatar neil
Browse files

add token

parent c4178653
...@@ -4,6 +4,8 @@ on: [push, pull_request] ...@@ -4,6 +4,8 @@ on: [push, pull_request]
jobs: jobs:
Ubuntu: Ubuntu:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install tools - name: Install tools
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment