From 5d481770ef1f30c57c3a4cf4bf5afde887dd718d Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Thu, 9 May 2024 11:02:33 -0700 Subject: [PATCH] typo in deploy-preview.yml comment --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 5a13bac..9be2f31 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -37,7 +37,7 @@ jobs: username: "neondb_owner" # Change this to the role you use to connect to your database # parent: dev # optional (defaults to your primary branch) branch_name: preview/${{ steps.branch-name.outputs.current_branch }} - api_key: ${{ secrets.NEON_API_KEY }} # Generate a an API key in your Neon account settings + api_key: ${{ secrets.NEON_API_KEY }} # Generate an API key in your Neon account settings - run: | echo "DATABASE_URL=${{ steps.create-branch.outputs.db_url_with_pooler }}" >> "$GITHUB_ENV"