Skip to content

Commit

Permalink
crowdin action is shit
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Nov 1, 2023
1 parent a5e77fa commit 37224cc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-ota-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Fixup Crowdin config
run: 'echo "api_token_env: CROWDIN_PERSONAL_TOKEN" >>crowdin.yaml'
- name: Install Crowdin tools
run: |
npm i -g @crowdin/cli
echo "api_token: "${{secrets.CROWDIN_PERSONAL_TOKEN}}" >>crowdin.yaml
- name: Download latest translations from Crowdin
uses: crowdin/github-action@v1
with:
config: crowdin.yaml
token: ${{secrets.CROWDIN_PERSONAL_TOKEN}}
command: download
run: crowdin download

- name: Install GNU gettext
run: sudo apt-get install gettext
Expand Down

0 comments on commit 37224cc

Please sign in to comment.