From bcb4f8429bd1556bb469b454918e7f74bc6b29bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Wed, 10 Dec 2025 17:56:09 +0100 Subject: [PATCH] Set `CRATES_IO_USERNAME` environment variable in dry-run So that it is propagated to `main` and we can do a dry-run for https://github.com/rust-lang/team/pull/2160. --- .github/workflows/dry-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dry-run.yml b/.github/workflows/dry-run.yml index 965d983d2..12e168d4e 100644 --- a/.github/workflows/dry-run.yml +++ b/.github/workflows/dry-run.yml @@ -69,6 +69,7 @@ jobs: # However, even without a token, we can actually read most of the crates.io state that we # need to print a diff. CRATES_IO_TOKEN: "" + CRATES_IO_USERNAME: "rust-lang-owner" # This applies pipefail, so that the tee pipeline below fails when sync-team fails. shell: bash run: |