Skip to content

Commit

Permalink
changed test to use secret file
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 5, 2023
1 parent db95cd9 commit ce4c088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --yes --no-install-recommends postgresql-client
PGPASSWORD=mypass psql -h 127.0.0.1 -p 5432 -U postgres -c "select * from webapi.source limit 1"
PGPASSWORD=$(<./secrets/webapi/WEBAPI_DATASOURCE_PASSWORD) psql -h 127.0.0.1 -p 5432 -U postgres -c "select * from webapi.source limit 1"

0 comments on commit ce4c088

Please sign in to comment.