Skip to content

Crowdin

Crowdin #610

Workflow file for this run

name: Crowdin
on:
push:
branches: [main]
schedule:
- cron: '0 */12 * * *'
permissions:
contents: write
pull-requests: write
jobs:
synchronize-crowdin:
name: Synchronize with Crowdin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Crowdin
uses: crowdin/github-action@a3160b9e5a9e00739392c23da5e580c6cabe526d
with:
upload_translations: true
download_translations: true
github_user_name: metamaskbot
github_user_email: [email protected]
env:
GITHUB_ACTOR: metamaskbot
GITHUB_TOKEN: ${{ secrets.METAMASKBOT_CROWDIN_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}