Skip to content

Commit

Permalink
set password to db
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxk committed Jan 10, 2020
1 parent a58bd3c commit ae8480a
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 @@ -14,7 +14,7 @@ jobs:
uses: huaxk/postgis-action@master
with:
postgresql user: 'test'
postgresql password: 'test'
postgresql password: ${{ secrets.DatabasePassword }}
postgresql db: 'test'

- uses: jiro4989/[email protected]
Expand Down

0 comments on commit ae8480a

Please sign in to comment.