From 88b19da29b625c710779afcdb084cf02f92c0240 Mon Sep 17 00:00:00 2001 From: MorenoMdz Date: Tue, 24 Oct 2023 05:25:03 -0300 Subject: [PATCH] docs: Add disclaimer to GH action example (#5381) * Update 550-deploy-database-changes-with-prisma-migrate.mdx Add URL disclaimer * Update content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx Co-authored-by: Jan Piotrowski --------- Co-authored-by: Jan Piotrowski --- .../550-deploy-database-changes-with-prisma-migrate.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx b/content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx index 814dd269ce..f05ca8337d 100644 --- a/content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx +++ b/content/300-guides/200-deployment/550-deploy-database-changes-with-prisma-migrate.mdx @@ -64,3 +64,5 @@ jobs: env: DATABASE_URL: ${{ secrets.DATABASE_URL }} ``` + +Ensure you have the `DATABASE_URL` variable [set as a secret in your repository](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions), without quotes around the connection string.