Skip to content

Commit f450d96

Browse files
committed
Fully transition to secret
1 parent c00270e commit f450d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
image: mcr.microsoft.com/mssql/server:2025-latest
2727
env:
2828
ACCEPT_EULA: "Y"
29-
SA_PASSWORD: "P@ssw0rd12345!"
29+
SA_PASSWORD: "${{ secrets.MSSQL_SA_PASSWORD }}"
3030
ports:
3131
- 1433:1433
3232
# options: >-

0 commit comments

Comments
 (0)