Skip to content

Commit cff10f6

Browse files
committed
ci: no password in db connection
1 parent a2edf10 commit cff10f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-lint-test-on-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
python -m alembic upgrade head
7070
env:
71-
DATABASE_URL: mysql+pymysql://root:@127.0.0.1/test
71+
DATABASE_URL: mysql+pymysql://[email protected]/test
7272

7373
- name: Lint Code
7474
run: make lint

0 commit comments

Comments
 (0)