Skip to content

Commit b29e82b

Browse files
committed
fix: ci db password
1 parent b523194 commit b29e82b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ TYPEORM_DB = "typeplate_test"
113113
TYPEORM_USER = "root"
114114

115115
# Database password
116-
TYPEORM_PWD = "passw0rd!"
116+
TYPEORM_PWD = "passw0rd"
117117

118118
# Database port
119119
TYPEORM_PORT = "3306"

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
mysql version: '5.7'
6262
mysql database: 'typeplate_test'
63-
mysql root password: passw0rd!
63+
mysql root password: passw0rd
6464
- name: Install global dependencies
6565
run: npm i [email protected] -g
6666
- name: Install local dependencies

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
mysql version: '5.7'
6363
mysql database: 'typeplate_test'
64-
mysql root password: passw0rd!
64+
mysql root password: passw0rd
6565
- name: Install global dependencies
6666
run: npm i [email protected] -g
6767
- name: Install local dependencies

0 commit comments

Comments
 (0)