Skip to content

Commit

Permalink
fix: added secrets to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
VASHvic committed Oct 9, 2022
1 parent 56047d8 commit 61d4def
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:
branches:
- "test"
- "master"

env:
API_KEY: ${{ secrets.API_KEY }}
MONGO_URI: $ {{ secrets.MONGO_URI }}
JWT_EXPIRATION_TIME: ${{ secrets.JWT_EXPIRATION_TIME }}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61d4def

Please sign in to comment.