From 82536ae9d5b3f3567cb82d3ced605a8a3c14d23a Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sat, 22 Nov 2025 08:08:28 +0100 Subject: [PATCH] ci: Do not presist credentials while doing checkout (#21745) --- .github/workflows/crowdin-sync-docs-translations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crowdin-sync-docs-translations.yml b/.github/workflows/crowdin-sync-docs-translations.yml index 57704b401..094c7ee79 100644 --- a/.github/workflows/crowdin-sync-docs-translations.yml +++ b/.github/workflows/crowdin-sync-docs-translations.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v6 + with: + persist-credentials: false - name: Use Node.js LTS uses: actions/setup-node@v6 with: