Skip to content

Commit

Permalink
remove secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
John Solly committed Jun 21, 2023
1 parent e60b758 commit 0ff2c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
postgres:
image: postgres:14
env:
POSTGRES_USER: ${{secrets.POSTGRES_USER}}
POSTGRES_PASSWORD: ${{secrets.POSTGRES_PASS}}
POSTGRES_USER: "dummy-user"
POSTGRES_PASSWORD: "dummy-password"
POSTGRES_DB: "blogthedata_test"
ports:
- 5432:5432
Expand Down

0 comments on commit 0ff2c33

Please sign in to comment.