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"