Skip to content

chore: separate setup dependencies from EAS push job (#24916) #11273

chore: separate setup dependencies from EAS push job (#24916)

chore: separate setup dependencies from EAS push job (#24916) #11273

name: Crowdin Action
on:
push:
branches:
- main
schedule:
- cron: '0 */12 * * *'
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Use PAT to ensure that the commit later can trigger status check workflows
token: ${{ secrets.METAMASKBOT_CROWDIN_TOKEN }}
- name: crowdin action
uses: crowdin/github-action@a3160b9e5a9e00739392c23da5e580c6cabe526d
with:
upload_translations: false # disabled to prevent translations overwriting Blends translations
download_translations: true
github_user_name: metamaskbot
github_user_email: metamaskbot@users.noreply.github.com
env:
GITHUB_TOKEN: ${{ secrets.METAMASKBOT_CROWDIN_TOKEN }}
GITHUB_ACTOR: metamaskbot
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}