From d8319f8c1ce69af86dab6a3d4e79c9f3f2f028ee Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 27 Feb 2024 22:20:16 -0500 Subject: [PATCH] Revert "Remove crates.io repository" --- cfg.production.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cfg.production.toml b/cfg.production.toml index dba1ab2..5f3a096 100644 --- a/cfg.production.toml +++ b/cfg.production.toml @@ -213,6 +213,25 @@ secret = "${HOMU_WEBHOOK_SECRET_VSCODE_RUST}" [repo.vscode-rust.checks.actions] name = "bors build finished" +############### +# crates.io # +############### + +[repo.crates-io] +owner = "rust-lang" +name = "crates.io" +timeout = 1800 + +# Permissions managed through rust-lang/team +rust_team = true +reviewers = [] +try_users = [] + +[repo.crates-io.github] +secret = "${HOMU_WEBHOOK_SECRET_CRATES_IO}" +[repo.crates-io.checks.actions] +name = "bors build finished" + ########### # Chalk # ###########