From 6f593453160dc2804b738342dfd145217ab3e123 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 21 Nov 2024 12:49:48 +0100 Subject: [PATCH] CI: Configure commit author in order to prevent "untrusted" commits Signed-off-by: Knut Ahlers --- .github/workflows/pr-regen-translations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-regen-translations.yml b/.github/workflows/pr-regen-translations.yml index 315c423..4d467fc 100644 --- a/.github/workflows/pr-regen-translations.yml +++ b/.github/workflows/pr-regen-translations.yml @@ -37,6 +37,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: + commit_author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' commit_message: 'CI: Update embedded translations' file_pattern: 'src/langs/langs.js'