From e082d23cb05ffc3bb0310f81c1518b4fbda0252f Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Mon, 17 Feb 2025 11:21:30 -0300 Subject: [PATCH] Update update_translation.yml --- .github/workflows/update_translation.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_translation.yml b/.github/workflows/update_translation.yml index 46dc74b4d..22051f0da 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