Preview Github Actions
Hello 🙂
In this video, we are creating a CI/CD preview with Github Actions :
https://www.youtube.com/watch?v=jjRasfbeYHk
But in the file .yml we have to add the Neon Database Username as our secret :
Where can I found my database username ?
Neon
YouTube
Neon Developer workflow using Vercel and Github Actions
Learn how you can create a Neon branch for every Vercel Preview Deployment.
GitHub repository https://github.com/neondatabase/preview-branches-with-vercel
5 Replies
extended-salmonOP•2y ago
Ok, in the video he was using PG_USERNAME but in the yml it is NEON_DATABASE_USERNAME
absent-sapphire•2y ago
@Camille Roy at what timestamp was the confusion. Maybe we can add a note if there's a typo?
extended-salmonOP•2y ago
13:32 when we are editing the secrets
absent-sapphire•2y ago
It looks correct here, no?

absent-sapphire•2y ago
Oooooh I see, you mean in the live repo: https://github.com/neondatabase/preview-branches-with-vercel/blob/main/.github/workflows/deploy-preview.yml
GitHub
preview-branches-with-vercel/.github/workflows/deploy-preview.yml a...
Example project that shows how you can create a branch for every preview deployment on Vercel using GitHub actions - neondatabase/preview-branches-with-vercel