Skip to content

Commit dfcd477

Browse files
committed
Corrected the token secret name
1 parent 14f98e8 commit dfcd477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Publish to crates.io
3333
run: cargo publish --token ${CRATES_TOKEN}
3434
env:
35-
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
35+
CRATES_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)