sillsdev / chorus

End-user collaboration library via 3-way xml merging and hg dvcs under the hood
6 stars 26 forks source link

GHA workflow for l10n failing due to missing secret #334

Open rmunn opened 5 months ago

rmunn commented 5 months ago

The workflow added in https://github.com/sillsdev/chorus/pull/326 has been failing to run because secrets.CROWDIN_PAT is empty. See this build log where the crowdin download --all -T ${{ secrets.CROWDIN_PAT }} step is turning into crowdin download sources -T due to the missing CROWDIN_PAR secret, which then results in the crowdin tool complaining about a missing required parameter for the -T option.