Skip to content

Commit d8319f8

Browse files
Revert "Remove crates.io repository"
1 parent 5bd4b80 commit d8319f8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

cfg.production.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,25 @@ secret = "${HOMU_WEBHOOK_SECRET_VSCODE_RUST}"
213213
[repo.vscode-rust.checks.actions]
214214
name = "bors build finished"
215215

216+
###############
217+
# crates.io #
218+
###############
219+
220+
[repo.crates-io]
221+
owner = "rust-lang"
222+
name = "crates.io"
223+
timeout = 1800
224+
225+
# Permissions managed through rust-lang/team
226+
rust_team = true
227+
reviewers = []
228+
try_users = []
229+
230+
[repo.crates-io.github]
231+
secret = "${HOMU_WEBHOOK_SECRET_CRATES_IO}"
232+
[repo.crates-io.checks.actions]
233+
name = "bors build finished"
234+
216235
###########
217236
# Chalk #
218237
###########

0 commit comments

Comments
 (0)