Set autolock to a default of 30 minutes (#1243) #126
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |