This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Add a prefix to file, poll, image, video and audio in the pinned mess… #92
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: Localazy Upload | |
on: | |
push: | |
branches: [develop] | |
paths: | |
- "src/i18n/strings/en_EN.json" | |
jobs: | |
upload: | |
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_upload.yaml@main | |
secrets: | |
LOCALAZY_WRITE_KEY: ${{ secrets.LOCALAZY_WRITE_KEY }} |