feat: Allow to access the complete list of applications - MEED-6266 -… #2
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: Crowdin Upload main | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop | |
jobs: | |
download-crowdin-exo: | |
name: CI Build | |
uses: exoplatform/swf-scripts/.github/workflows/upload-crowdin-main.yml@master | |
secrets: | |
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} | |
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} |