1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-28 19:58:45 +00:00

ci: fix trezor-common sync env variable name

This commit is contained in:
vdovhanych 2025-04-29 09:41:10 +02:00 committed by Vitalij Dovhanyc
parent f1f5990068
commit 8ccd03da13

View File

@ -43,7 +43,7 @@ jobs:
- name: Sync trezor-common repository - name: Sync trezor-common repository
env: env:
GITHUB_TOKEN: ${{ steps.trezor-bot-token.outputs.token }} BOT_TOKEN: ${{ steps.trezor-bot-token.outputs.token }}
run: | run: |
echo "Synchronizing common with the trezor-common repository" echo "Synchronizing common with the trezor-common repository"
git config --unset-all http.https://github.com/.extraheader git config --unset-all http.https://github.com/.extraheader