Skip to content

Commit

Permalink
add env secret to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Oct 1, 2024
1 parent 5cd242f commit 995df13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/yarn_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
run: |
cd apps/nowcasting-app
yarn start & sleep 5 && yarn test:ci --coverage --coverageDirectory=../..
env:
AUTH0_SECRET: ${{ secrets.AUTH0_SECRET }}

0 comments on commit 995df13

Please sign in to comment.