ci: Make strings permissions writeable for processing

This commit is contained in:
oSumAtrIX 2026-03-18 15:00:13 +01:00
parent 90eebe082c
commit 14ea61355d
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -32,6 +32,7 @@ jobs:
- name: Process strings
run: |
chmod -R 777 patches/src/main/resources
./gradlew processStringsFromCrowdin
env:
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ github.actor }}