2023-11-20 21:35:24 +08:00
|
|
|
name: Upload translation files to Localazy
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- livekit
|
2024-04-13 05:19:33 +08:00
|
|
|
paths-ignore:
|
2024-04-15 15:19:46 +08:00
|
|
|
- ".github/**"
|
2023-11-20 21:35:24 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
upload:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Checkout the code
|
2024-10-09 18:02:22 +08:00
|
|
|
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
|
2023-11-20 21:35:24 +08:00
|
|
|
|
|
|
|
- name: Upload
|
2024-06-21 21:21:08 +08:00
|
|
|
uses: localazy/upload@27e6b5c0fddf4551596b42226b1c24124335d24a # v1
|
2023-11-20 21:35:24 +08:00
|
|
|
with:
|
|
|
|
write_key: ${{ secrets.LOCALAZY_WRITE_KEY }}
|