Skip to content

Commit c2eed0d

Browse files
authored
Merge pull request #323 from Pseudo-Lab/chore/workflow-env
chore(getcloser): Add Swagger env in workflow
2 parents cf7dc25 + 7cc15ae commit c2eed0d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-getcloser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
set -e
4040
echo "DB_USER=${{ secrets.DB_USER }}" > .env
4141
echo "DB_PASSWORD=${{ secrets.DB_PASSWORD }}" >> .env
42+
echo "SWAGGER_USER=${{ secrets.SWAGGER_USER }}" >> .env
43+
echo "SWAGGER_PASSWORD=${{ secrets.SWAGGER_PASSWORD }}" >> .env
4244
echo "DB_DATABASE=${{ vars.DB_DATABASE }}" >> .env
4345
echo "APP_HOST=${{ vars.APP_HOST }}" >> .env
4446
echo "TEAM_SIZE=${{ vars.TEAM_SIZE}}" >> .env

0 commit comments

Comments
 (0)