Skip to content

Commit

Permalink
Merge pull request #363 from Sunagatov/feature/github-issue-274
Browse files Browse the repository at this point in the history
open api yamls were updated
  • Loading branch information
Sunagatov authored Aug 31, 2024
2 parents 9b86d54 + b515c4f commit e1e16d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-branch-pr-deployment-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
-e APP_SERVER_PORT=${{ vars.APP_SERVER_PORT }} \
-e APP_JWT_SECRET=${{ secrets.APP_JWT_SECRET }} \
-e APP_JWT_REFRESH_SECRET=${{ secrets.APP_JWT_REFRESH_SECRET }} \
-e MAIL_PASSWORD=${{ secrets.MAIL_PASSWORD }} \
-e DATASOURCE_PORT=${{ vars.DATASOURCE_PORT }} \
-e DATASOURCE_NAME=${{ vars.DATASOURCE_NAME }} \
-e DATASOURCE_USERNAME=${{ vars.DATASOURCE_USERNAME }} \
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spring:
host: smtp.gmail.com
port: 587
username: [email protected]
password: "${MAIL_PASSWORD}"
password: "kfcf kyba hrab nyij"
subject:
confirmation: "Iced Latte - Email Confirmation"
properties:
Expand Down

0 comments on commit e1e16d0

Please sign in to comment.