Fix for crowdin sync (#10956)

- Something going on with credentials
- Set persist to false
This commit is contained in:
Oliver 2025-12-05 13:22:25 +11:00 committed by GitHub
parent 744af5ba42
commit 92099bab3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: