From 609b3c01789a471416fa753f6d772993771c1ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 10 Dec 2025 22:38:14 +0100 Subject: [PATCH] Add crates.io trusted publishing back to `ar_archive_writer` --- repos/rust-lang/ar_archive_writer.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repos/rust-lang/ar_archive_writer.toml b/repos/rust-lang/ar_archive_writer.toml index 91a29c976..2ab0330cf 100644 --- a/repos/rust-lang/ar_archive_writer.toml +++ b/repos/rust-lang/ar_archive_writer.toml @@ -9,3 +9,7 @@ compiler = "write" [[environments]] name = "publish" +[[crates-io-publishing]] +crates = ["ar_archive_writer"] +workflow-filename = "publish.yml" +environment = "publish"