From 92099bab3c9136b1100e55fa724bbae8be082d1d Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 5 Dec 2025 13:22:25 +1100 Subject: [PATCH] Fix for crowdin sync (#10956) - Something going on with credentials - Set persist to false --- .github/workflows/translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 2da438acd6..35747dadec 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -34,7 +34,7 @@ jobs: - name: Checkout Code uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # pin@v6.0.0 with: - persist-credentials: true + persist-credentials: false - name: Environment Setup uses: ./.github/actions/setup with: