From 53b1d7e0fcfccc91be6a03c95937910c11767e2d Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 13 Dec 2024 16:51:49 +0100 Subject: [PATCH] Fix the Localazy download workflow --- .github/workflows/translations-download.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translations-download.yaml b/.github/workflows/translations-download.yaml index 3c6b3f9e..137494a2 100644 --- a/.github/workflows/translations-download.yaml +++ b/.github/workflows/translations-download.yaml @@ -26,7 +26,8 @@ jobs: uses: peter-evans/create-pull-request@v7.0.5 with: sign-commits: true - branch-token: ${{ secrets.BOT_GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} + branch-token: ${{ secrets.GITHUB_TOKEN }} branch: actions/localazy-download delete-branch: true title: Translations updates