Skip to content

Commit 39c1ec2

Browse files
committed
release-plz: don't set CARGO_REGISTRY_TOKEN, not even to an empty string
1 parent 86706f1 commit 39c1ec2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
command: release
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
3837

3938
# Create a PR with the new versions and changelog, preparing the next release.
4039
release-plz-pr:
@@ -56,4 +55,3 @@ jobs:
5655
command: release-pr
5756
env:
5857
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)