Skip to content

Commit

Permalink
rafactor test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kantajp committed Jun 16, 2023
1 parent 86e523c commit 8a8040d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ jobs:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Create .env file
with:
run: |
echo $SECRET_KEY
echo $DEBUG
echo $DATABASE_ENGINE
echo $DATABASE_NAME
echo $DATABASE_USER
echo $DATABASE_PASSWORD
echo $DATABASE_HOST
echo $DATABASE_PORT
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
DEBUG: ${{ secrets.DEBUG }}
DATABASE_ENGINE: ${{ secrets.DATABASE_ENGINE }}
Expand Down

0 comments on commit 8a8040d

Please sign in to comment.