Skip to content

Merge pull request #2415 from planetarium/dependabot/npm_and_yarn/es5… #227

Merge pull request #2415 from planetarium/dependabot/npm_and_yarn/es5…

Merge pull request #2415 from planetarium/dependabot/npm_and_yarn/es5… #227

Workflow file for this run

name: Update Translations
on:
push:
branches:
- development
jobs:
update-translations:
runs-on: ubuntu-latest
container:
image: node:lts
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/setup-node@v3.8.1
with:
node-version: 20
cache: 'yarn'
- name: Install
shell: bash
run: yarn
- name: Update Translations
run: yarn update-translations
env:
TRANSIFEX_SECRET: ${{ secrets.TRANSIFEX_SECRET }}
TRANSIFEX_TOKEN: ${{ secrets.TRANSIFEX_TOKEN }}