Skip to content

Commit

Permalink
Remove database username
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Clark <[email protected]>
  • Loading branch information
m-abdelwahab and clarkbw committed May 8, 2024
1 parent f971d8e commit 55ca283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
project_id: ${{ env.NEON_PROJECT_ID }}
# parent: dev # optional (defaults to your primary branch)
branch_name: preview/pr-${{ github.event.number }}-${{ steps.branch-name.outputs.current_branch }}
username: ${{ secrets.NEON_DATABASE_USERNAME }} # change to your Neon database username / role
api_key: ${{ secrets.NEON_API_KEY }} # Generate a an API key in your Neon account settings

- run: |
Expand Down

0 comments on commit 55ca283

Please sign in to comment.