N
Neon2y ago
extended-salmon

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 :
yml
NEON_DATABASE_USERNAME: ${{ secrets.NEON_DATABASE_USERNAME }} # change this to your database username
yml
NEON_DATABASE_USERNAME: ${{ secrets.NEON_DATABASE_USERNAME }} # change this to your database username
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-salmon
extended-salmonOP2y ago
Ok, in the video he was using PG_USERNAME but in the yml it is NEON_DATABASE_USERNAME
absent-sapphire
absent-sapphire2y ago
@Camille Roy at what timestamp was the confusion. Maybe we can add a note if there's a typo?
extended-salmon
extended-salmonOP2y ago
13:32 when we are editing the secrets
absent-sapphire
absent-sapphire2y ago
It looks correct here, no?
No description
absent-sapphire
absent-sapphire2y ago
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

Did you find this page helpful?