Add localazy.json and related automations

This commit is contained in:
Michael Telatynski
2023-11-20 13:35:24 +00:00
parent f0436654c0
commit e6073ec8ef
3 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: Upload translation files to Localazy
on:
push:
branches:
- livekit
jobs:
upload:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Upload
uses: localazy/upload@v1
with:
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}