Skip to content

Commit b29c2ca

Browse files
committed
Merge remote-tracking branch 'origin/main' into flakehub-cache-action
2 parents 0dd0d2d + e960014 commit b29c2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

magic-nix-cache/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ async fn main_cli() -> Result<()> {
366366
Some(state)
367367
}
368368
Err(err) => {
369-
tracing::error!("FlakeHub cache initialization failed: {}", err);
369+
tracing::error!("FlakeHub cache initialization failed: {}. Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.", err);
370+
println!("::error title={{FlakeHub: Unauthenticated}}::{{Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.}}");
370371
None
371372
}
372373
}

0 commit comments

Comments
 (0)