Skip to content

Commit

Permalink
added secret to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanGallardo committed May 2, 2024
1 parent e4063ed commit 38c75e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/app-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
echo "MONGO_INITDB_ROOT_USERNAME=${{ secrets.MONGO_INITDB_ROOT_USERNAME }}" > .env
echo "MONGO_INITDB_ROOT_PASSWORD=${{ secrets.MONGO_INITDB_ROOT_PASSWORD }}" >> .env
echo "SECRET_KEY="${{ secrets.SECRET_KEY }}">>.env
- name: Force remove all Docker containers and networks
run: |
Expand Down

0 comments on commit 38c75e9

Please sign in to comment.