We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00270e commit f450d96Copy full SHA for f450d96
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -26,7 +26,7 @@ jobs:
26
image: mcr.microsoft.com/mssql/server:2025-latest
27
env:
28
ACCEPT_EULA: "Y"
29
- SA_PASSWORD: "P@ssw0rd12345!"
+ SA_PASSWORD: "${{ secrets.MSSQL_SA_PASSWORD }}"
30
ports:
31
- 1433:1433
32
# options: >-
0 commit comments