Skip to content

Commit

Permalink
Fix db view user password secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcha committed Dec 1, 2023
1 parent 088c23a commit ba55ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
DB_NAME: ${{ secrets.DB_NAME }}
DB_PORT: ${{ secrets.DB_PORT }}
DB_VIEW_USER: ${{ secrets.DB_VIEW_USER }}
DB_VIEW_PASSWORD: ${{ secrets.DB_VIEW_PASSWORD }}
DB_VIEW_USER_PASSWORD: ${{ secrets.DB_VIEW_USER_PASSWORD }}
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
Expand Down

0 comments on commit ba55ba1

Please sign in to comment.