Skip to content

Commit

Permalink
typo in deploy-preview.yml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkbw authored May 9, 2024
1 parent ba2566a commit 5d48177
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 5d48177

Please sign in to comment.