Skip to content

Commit 376e58f

Browse files
authored
Merge pull request #2172 from Kobzol/dry-run-env-var-crates-io
Set `CRATES_IO_USERNAME` environment variable in dry-run
2 parents c2dbabe + bcb4f84 commit 376e58f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dry-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
# However, even without a token, we can actually read most of the crates.io state that we
7070
# need to print a diff.
7171
CRATES_IO_TOKEN: ""
72+
CRATES_IO_USERNAME: "rust-lang-owner"
7273
# This applies pipefail, so that the tee pipeline below fails when sync-team fails.
7374
shell: bash
7475
run: |

0 commit comments

Comments
 (0)