From d8720182580e4fe15c65886ca23a225b51587303 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sun, 18 Feb 2024 23:37:20 +0800 Subject: [PATCH] Change password according to https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dea6de33..6477ee67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: env: DB_DATABASE: eventmesh-dashboard DB_USER: root - DB_PASSWORD: password + DB_PASSWORD: root steps: - name: Checkout repository