Skip to content

Commit 9691eb6

Browse files
committed
Configure crates.io API token in CI
1 parent a55bca9 commit 9691eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install Rust Stable
3434
env:
35-
RUST_VERSION: "1.85.0"
35+
RUST_VERSION: "1.87.0"
3636
run: |
3737
rustc -vV
3838
rustup toolchain install $RUST_VERSION
@@ -103,6 +103,7 @@ jobs:
103103
EMAIL_ENCRYPTION_KEY: ${{ secrets.EMAIL_ENCRYPTION_KEY }}
104104
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
105105
ZULIP_USERNAME: ${{ secrets.ZULIP_USERNAME }}
106+
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
106107
run: |
107108
cargo run sync apply --src build
108109

0 commit comments

Comments
 (0)