diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index f088a45..26d82f3 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -44,7 +44,7 @@ jobs: collation server: 'utf8_general_ci' # Optional, default value is 'utf8mb4_general_ci'. The '--collation-server' option for mysqld mysql version: '8.0' # Optional, default value is "latest". The version of the MySQL mysql database: market_db # Optional, default value is "test". The specified database which will be create - mysql user: developer # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Of course you can use secrets, too + mysql user: root # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Of course you can use secrets, too mysql password: ${{ secrets.DB_PASSWORD }} - name: yml 파일 생성