Creating Your GitHub Repository

In this section, we’ll create the GitHub repository that will host our database synchronization workflow.

🚀 Creating a New Repository

  1. Go to GitHub and sign in

Create New Repo

  1. Configure your repository:
    • Enter a repository name (e.g., neon)
    • Choose “Public” or “Private”
    • Initialize with a README
    • Click “Create repository”

✅ Verification

Make sure:

  1. Your repository is created
  2. 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.