Merge pull request #2135 from element-hq/renovate/codecov-codecov-act… #197
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: 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 }} |