We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6078de4 + 95de9ea commit df442c4Copy full SHA for df442c4
src/bin/bors.rs
@@ -46,7 +46,7 @@ struct Opts {
46
app_id: u64,
47
48
/// Private key used to authenticate as a Github App.
49
- #[arg(long, env = "PRIVATE_KEY")]
+ #[arg(long, env = "PRIVATE_KEY", allow_hyphen_values = true)]
50
private_key: String,
51
52
/// GitHub OAuth client ID for rollups.
0 commit comments