From 60de32351408380429a823568f284513e5082ed4 Mon Sep 17 00:00:00 2001 From: calixteman Date: Sat, 21 Mar 2026 22:08:02 +0100 Subject: [PATCH] Make persist-credentials: true in the update_locale action --- .github/workflows/update_locales.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index 87a5437cd..17b89cc46 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: - persist-credentials: false + persist-credentials: true - name: Use Node.js LTS uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6