There was an error while loading. Please reload this page.
1 parent 74a0596 commit fd7866cCopy full SHA for fd7866c
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
command: release
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
35
36
# Create a PR with the new versions and changelog, preparing the next release.
37
release-plz-pr:
@@ -56,4 +56,4 @@ jobs:
56
command: release-pr
57
58
59
0 commit comments