Switching github repos (from individual to org account)
I had a live application attached to a personal GitHub account. That repo has now moved into an organisation GitHub account.
I need to swap the repo connection but getting conflicting advice about the env variables... Help docs say:
- "Environment variables will stay intact on your Vercel project"
However when I go to reconnect the repo the warning says:
- "Any data tied to your Git project (like branch-specific Environment Variables) may become misconfigured."
The repo is the same, just moved with the same branches etc not a whole new repo.
Am I about to nuke my site variables? If so, how can I save/export them?
Any advice appreciated...