Localazy Download #164
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 Download | |
on: | |
workflow_dispatch: {} | |
schedule: | |
- cron: "0 6 * * 1,3,5" # Every Monday, Wednesday and Friday at 6am UTC | |
jobs: | |
download: | |
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_download.yaml@main | |
secrets: | |
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} |