From 6b118c4d7df25fe30ffc0c727e026df0153e5201 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 13 Mar 2024 16:09:11 +0100 Subject: [PATCH] fix(workflows/release-crates-ghcr): Typo in `github-token` input --- .github/workflows/release-crates-ghcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-crates-ghcr.yml b/.github/workflows/release-crates-ghcr.yml index 5ffa94a..73c6703 100644 --- a/.github/workflows/release-crates-ghcr.yml +++ b/.github/workflows/release-crates-ghcr.yml @@ -84,7 +84,7 @@ jobs: branch: ${{ inputs.branch }} target: ${{ matrix.target }} artifact-patterns: ${{ inputs.files }} - github-token: ${{ secrets.BOT_WORKFLOW_TOKEN }} + github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }} publish: if: always() @@ -103,4 +103,4 @@ jobs: tags: ${{ inputs.tags }} licenses: ${{ inputs.licenses }} username: eclipse-zenoh-bot - password: ${{ secrets.BOT_WORKFLOW_TOKEN }} + password: ${{ secrets.BOT_TOKEN_WORKFLOW }}