Skip to content

Commit cd42382

Browse files
author
Sild
committed
fix secrets
1 parent e5348e6 commit cd42382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
uses: MarcoIeni/release-plz-action@v0.5
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_IO_REGISTRY_TOKEN }}
29+
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_REGISTRY_TOKEN }}
3030
# with:
3131
# config: ".release-plz.toml"

0 commit comments

Comments
 (0)