Creating Your GitHub Repository
In this section, we’ll create the GitHub repository that will host our database synchronization workflow.
🚀 Creating a New Repository
- Go to GitHub and sign in

- Configure your repository:
- Enter a repository name (e.g.,
neon
)
- Choose “Public” or “Private”
- Initialize with a README
- Click “Create repository”
✅ Verification
Make sure:
- Your repository is created
- Note your repository name - you’ll need it for the OIDC setup
🎯 Next Steps
Now that your repository is created, we’ll set up OIDC authentication with AWS.