Skip to content

Commit 26fa628

Browse files
committed
Fix cargo not logging in on CI
1 parent c119a55 commit 26fa628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Publish
3737
# https://doc.rust-lang.org/cargo/reference/config.html?highlight=CARGO_REGISTRY_TOKEN#credentials
38+
env:
39+
CARGO_REGISTRY_TOKEN: "${{ secrets.CARGO_REGISTRY_TOKEN }}"
3840
run: |
3941
cargo publish
4042
--verbose

0 commit comments

Comments
 (0)