Skip to content

Commit

Permalink
Read DB_PASSWORD from repository secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaneiro committed Sep 24, 2024
1 parent b94de9b commit a46aada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
DB_HOST: localhost
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
USERNAME: root

jobs:
Expand Down

0 comments on commit a46aada

Please sign in to comment.