Skip to content

Commit

Permalink
Merge pull request #15 from neondatabase/clarkbw-typo
Browse files Browse the repository at this point in the history
typo in deploy-preview.yml comment
  • Loading branch information
carlotas19 committed May 9, 2024
2 parents ba2566a + 5d48177 commit 4a81980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a81980

Please sign in to comment.