From 8ccd03da13618392cc88d0b485794e0d9bdda4dd Mon Sep 17 00:00:00 2001 From: vdovhanych Date: Tue, 29 Apr 2025 09:41:10 +0200 Subject: [PATCH] ci: fix trezor-common sync env variable name --- .github/workflows/bot-common-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot-common-sync.yml b/.github/workflows/bot-common-sync.yml index 9bfa91dce1..5b030fc0f1 100644 --- a/.github/workflows/bot-common-sync.yml +++ b/.github/workflows/bot-common-sync.yml @@ -43,7 +43,7 @@ jobs: - name: Sync trezor-common repository env: - GITHUB_TOKEN: ${{ steps.trezor-bot-token.outputs.token }} + BOT_TOKEN: ${{ steps.trezor-bot-token.outputs.token }} run: | echo "Synchronizing common with the trezor-common repository" git config --unset-all http.https://github.com/.extraheader