ci: Make strings permissions writeable for processing
This commit is contained in:
parent
90eebe082c
commit
14ea61355d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull_strings.yml
vendored
1
.github/workflows/pull_strings.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue