Skip to content

Commit

Permalink
fix(ci): update database connection string password
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Thant committed Mar 3, 2024
1 parent c1afd85 commit ce440eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
--health-timeout 5s
--health-retries 5
env:
DATABASE_URL: postgres://postgres:pg4Shin27DB@@*@localhost:5432/test
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
Expand Down

0 comments on commit ce440eb

Please sign in to comment.