ci: Set necessary env vars for running Gradle task
This commit is contained in:
parent
eeb133325e
commit
634f47ef84
1 changed files with 2 additions and 1 deletions
3
.github/workflows/push_strings.yml
vendored
3
.github/workflows/push_strings.yml
vendored
|
|
@ -18,7 +18,8 @@ jobs:
|
|||
|
||||
- name: Process strings
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ORG_GRADLE_PROJECT_githubPackagesUsername: ${{ github.actor }}
|
||||
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./gradlew processStringsForCrowdin
|
||||
|
||||
- name: Push strings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue