Skip to content

Commit

Permalink
Read secrets 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 d018f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

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

jobs:
Expand Down

0 comments on commit d018f53

Please sign in to comment.