From 154473d3b3841e26612da123a0d9092640d1af59 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Mon, 17 Feb 2025 11:59:10 -0300 Subject: [PATCH] Fixes translation BOT (#2465) * Update update_translation.yml * Update update_translation.yml * Update update_translation.yml --- .github/workflows/update_translation.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_translation.yml b/.github/workflows/update_translation.yml index 06564d175..6eb9db87a 100644 --- a/.github/workflows/update_translation.yml +++ b/.github/workflows/update_translation.yml @@ -22,10 +22,9 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: + token: ${{ secrets.SHADPS4_TOKEN_REPO }} title: "Qt GUI: Update Translation" - commit-message: "[ci skip] Qt GUI: Update Translation." - committer: "shadPS4 Bot " - author: "shadPS4 Bot " + commit-message: "[ci skip] Qt GUI: Update Translation." body: "Daily update of translation sources." branch: update-translation - delete-branch: true \ No newline at end of file + delete-branch: true