- Checks if a .env exists at your current workdir, errors out if it doesn't.
- Loads all the environment variables from the .env file.
- Asks for the name of the repository you'd like to use.
- Creates KV pairs of the environment variables and their values on GitHub secrets on your chosen repo.
GH_TOKEN
- GitHub token to use for authentication. If not provided, it will ask for a token.GH_REPO
- GitHub repository to use. If not provided, it will ask for a repository.