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 4390ce6 + d8319f8 commit 7ffa187Copy full SHA for 7ffa187
cfg.production.toml
@@ -246,6 +246,25 @@ secret = "${HOMU_WEBHOOK_SECRET_VSCODE_RUST}"
246
[repo.vscode-rust.checks.actions]
247
name = "bors build finished"
248
249
+###############
250
+# crates.io #
251
252
+
253
+[repo.crates-io]
254
+owner = "rust-lang"
255
+name = "crates.io"
256
+timeout = 1800
257
258
+# Permissions managed through rust-lang/team
259
+rust_team = true
260
+reviewers = []
261
+try_users = []
262
263
+[repo.crates-io.github]
264
+secret = "${HOMU_WEBHOOK_SECRET_CRATES_IO}"
265
+[repo.crates-io.checks.actions]
266
+name = "bors build finished"
267
268
###########
269
# Chalk #
270
0 commit comments