mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
23 lines
494 B
YAML
23 lines
494 B
YAML
name: Upload translation files to Localazy
|
|
on:
|
|
push:
|
|
branches:
|
|
- livekit
|
|
paths-ignore:
|
|
- ".github/**"
|
|
|
|
jobs:
|
|
upload:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
contents: read
|
|
|
|
steps:
|
|
- name: Checkout the code
|
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
|
|
|
- name: Upload
|
|
uses: localazy/upload@27e6b5c0fddf4551596b42226b1c24124335d24a # v1
|
|
with:
|
|
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}
|