Skip to content

Merge pull request #312 from Vizzuality/SKY30-462-fe-remove-the-locat… #56

Merge pull request #312 from Vizzuality/SKY30-462-fe-remove-the-locat…

Merge pull request #312 from Vizzuality/SKY30-462-fe-remove-the-locat… #56

name: Upload to Localazy
on:
push:
workflow_dispatch:
branches:
- develop
jobs:
localazy-upload:
name: Upload strings to Localazy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: localazy/upload@v1
with:
workdir: 'frontend'
read_key: ${{ secrets.LOCALAZY_READ_KEY }}
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}