From ba9ad159a69389e7d7317d87d025aeaf25a695d8 Mon Sep 17 00:00:00 2001 From: firestar99 Date: Fri, 10 Apr 2026 11:58:44 +0200 Subject: [PATCH] release-plz: don't set `CARGO_REGISTRY_TOKEN`, not even to an empty string --- .github/workflows/release-plz.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index d57353b..dd0cb10 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -34,7 +34,6 @@ jobs: command: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} # Create a PR with the new versions and changelog, preparing the next release. release-plz-pr: @@ -56,4 +55,3 @@ jobs: command: release-pr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}