Skip to content

Commit 86324c7

Browse files
committed
Setup Cargo token for crates.io publish
1 parent e88216b commit 86324c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_crates_io.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ jobs:
3030

3131
- name: Publish to crates.io
3232
run: cargo publish
33+
env:
34+
CARGO_REGISTRY_TOKEN: ${{ steps.crates-io-auth.outputs.token }}

0 commit comments

Comments
 (0)