Browse Source

add token

pull/3133/head
neil 4 years ago
parent
commit
8017774bf3
  1. 2
      .github/workflows/Ubuntu.yml

2
.github/workflows/Ubuntu.yml

@ -4,6 +4,8 @@ on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
env:
NGROK_TOKEN : ${{ secrets.NGROK_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Install tools

Loading…
Cancel
Save