NeonN
Neon2y ago
5 replies
popular-magenta

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


Where can I found my database username ?
YouTubeNeon
Learn how you can create a Neon branch for every Vercel Preview Deployment.

GitHub repository https://github.com/neondatabase/preview-branches-with-vercel
Neon Developer workflow using Vercel and Github Actions
Was this page helpful?