Skip to content

Commit

Permalink
Revert "Remove crates.io repository"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Feb 28, 2024
1 parent 5bd4b80 commit d8319f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cfg.production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
###########
Expand Down

0 comments on commit d8319f8

Please sign in to comment.