Skip to content

Commit

Permalink
Use YourStrong!Passw0rd passwords by default in DBMSs
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Oct 23, 2024
1 parent d8b17ae commit cd8acae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
type: string
mssql-password:
description: MSSQL password.
default: 'SSpaSS__1'
default: 'YourStrong!Passw0rd'
required: false
type: string
mssql-port:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
type: string
mysql-password:
description: MySQL password.
default: 'SSpaSS__1'
default: 'YourStrong!Passw0rd'
required: false
type: string
mysql-port:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
type: string
pgsql-password:
description: Postgres password.
default: 'SSpaSS__1'
default: 'YourStrong!Passw0rd'
required: false
type: string
pgsql-port:
Expand Down

0 comments on commit cd8acae

Please sign in to comment.