Skip to content

Commit

Permalink
[Github Actions] Add Auth0 env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Nov 4, 2019
1 parent cced650 commit 6383312
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
matrix:
node-version: [8.x, 10.x]

env:
AUTH0_DOMAIN: ${{ secrets.AUTH0_DOMAIN }}
AUTH0_AUDIENCE: ${{ secrets.AUTH0_AUDIENCE }}
AUTH0_TOKEN: ${{ secrets.AUTH0_TOKEN }}

services:
mysql:
image: mysql:5.7.10
Expand Down

0 comments on commit 6383312

Please sign in to comment.