Skip to content

Commit

Permalink
add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasTsc committed Dec 2, 2020
1 parent 141b7da commit 1e4434f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
working-directory: ./backend
run: |
touch .env
echo JWTSECRET=githubactions >> .env
echo JWTSECRET=$JWTSECRET >> .env
npm install
npm run test
npm run lint
env:
CI: true
CI: true,
JWTSECRET: ${{ secrets.JWTSECRET }}

0 comments on commit 1e4434f

Please sign in to comment.