Skip to content

Commit bff3d86

Browse files
committed
fix typo in secret
1 parent 75784f6 commit bff3d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Publish
2323
uses: katyo/publish-crates@v2
2424
with:
25-
registry-token: ${{ secrets.CARGO_IO_TOKEN }}
25+
registry-token: ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)