From 6d3aa035ca2193ea0dccfb4efbed65d7926aff6e 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 3c6b3f9ee..8471c2b09 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.GH_TOKEN }} branch: actions/localazy-download delete-branch: true title: Translations updates