From 8d65ba76cfb362f6c22285a86eaa3d900e412bca Mon Sep 17 00:00:00 2001 From: BryanFRD Date: Sun, 20 Sep 2026 16:25:14 +0200 Subject: [PATCH] fix(ci): pass the crates.io token to FerrFlow in reusable-ferrflow-release --- .github/workflows/reusable-ferrflow-release.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}