diff --git a/.github/workflows/reusable-ferrflow-release.yml b/.github/workflows/reusable-ferrflow-release.yml index b9c5d41..3fddd1e 100644 --- a/.github/workflows/reusable-ferrflow-release.yml +++ b/.github/workflows/reusable-ferrflow-release.yml @@ -86,6 +86,7 @@ jobs: # Lets cargo-based postBump hooks read the private Kellnr index. # Empty (and unused) for repos that don't consume Kellnr. CARGO_REGISTRIES_KELLNR_TOKEN: ${{ secrets.CARGO_REGISTRIES_KELLNR_TOKEN }} + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_FERRLABS_REGISTRY_TOKEN }} with: dry_run: ${{ inputs.dry-run }} force_version: ${{ inputs.force-version }} @@ -116,6 +117,7 @@ jobs: - uses: FerrLabs/FerrFlow@426168a76625bb663c397fb0b5a21e4aefdecc68 # v7.21.1 env: CARGO_REGISTRIES_KELLNR_TOKEN: ${{ secrets.CARGO_REGISTRIES_KELLNR_TOKEN }} + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_FERRLABS_REGISTRY_TOKEN }} with: mode: publish dry_run: ${{ inputs.dry-run }}