Updated README and forced all secret names to be in UPPER_CAMEL_CASE

This commit is contained in:
2025-09-09 16:42:27 -06:00
parent 5623eb4128
commit 186dfea837
3 changed files with 175 additions and 117 deletions
-1
View File
@@ -57,7 +57,6 @@ pub struct Config {
pub provider: SupportedProvider,
pub password_file: Option<PathBuf>,
pub git_branch: Option<String>,
/// The git remote URL to push changes to (e.g. git@github.com:user/repo.git)
pub git_remote_url: Option<String>,
pub git_user_name: Option<String>,
#[validate(email)]