diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 938d581..3bd1a72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,10 +60,10 @@ jobs: # Job env: SECRET_KEY: ${{ secrets.SECRET_KEY }} DB_NAME: root - DB_USER: ${{ secrets.DB_USER }} - DB_PASSWORD: ${{ secrets.DB_PASSWORD }} + DB_USER: root + DB_PASSWORD: root DB_HOST: 127.0.0.1 - DB_PORT: ${{ secrets.DB_PORT }} + DB_PORT: 3306 run: | cd backend