You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/07-implement-cicd-sql-database-projects.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ If your server supports SQL authentication, you only need a connection string se
257
257
258
258
When prompted, paste the full connection string (with the real password) and press **Enter**.
259
259
260
-
> 📝 GitHub encrypts the secret value. It's never visible in logs or to anyone viewing the repository. The workflow accesses it through `${{ secrets.SQL_CONNECTION_STRING }}`.
260
+
> 📝 GitHub encrypts the secret value. It's never visible in logs or to anyone viewing the repository. The workflow accesses it through `{% raw %}${{ secrets.SQL_CONNECTION_STRING }}{% endraw %}`.
261
261
262
262
1. Skip ahead to the **Create the GitHub Actions workflow** section and use **Option A**for the workflow YAML.
263
263
@@ -366,7 +366,7 @@ Create a workflow file that builds the SQL project and deploys the `.dacpac` to
0 commit comments