Skip to content

Commit 68663bb

Browse files
Merge pull request #20942 from calixteman/fix_update_local
Make persist-credentials: true in the update_locale action
2 parents 918a319 + 60de323 commit 68663bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_locales.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
with:
22-
persist-credentials: false
22+
persist-credentials: true
2323

2424
- name: Use Node.js LTS
2525
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6

0 commit comments

Comments
 (0)