Commit 699e798
committed
chore(workflows): update SQL password handling in CI
Refactor the SQL password configuration in the CI workflow to provide a default value if the secret is not set.
- Modify SQLHELPER_SQL_PASSWORD to use a default value of 'YourStrong!Passw0rd' if the secret is not available.
- Update SA_PASSWORD to also use the same default value for consistency.
- Add a new Test.txt file.1 parent 241c5e1 commit 699e798
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Whitespace-only changes.
0 commit comments