Skip to content

Merge branch 'release' of ssh://github.com/Authenticator-Extension/Au… #138

Merge branch 'release' of ssh://github.com/Authenticator-Extension/Au…

Merge branch 'release' of ssh://github.com/Authenticator-Extension/Au… #138

Workflow file for this run

name: i18n
on:
push:
branches: [ dev ]
jobs:
i18n-strings:
runs-on: ubuntu-latest
name: Process new i18n strings
steps:
- uses: actions/checkout@v2
- run: bash scripts/i18n.sh
env:
DEPLOY_KEY_PASSWORD: ${{ secrets.DEPLOY_KEY_PASSWORD }}