You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow added in #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.
The text was updated successfully, but these errors were encountered:
The workflow added in #326 has been failing to run because
secrets.CROWDIN_PAT
is empty. See this build log where thecrowdin download --all -T ${{ secrets.CROWDIN_PAT }}
step is turning intocrowdin 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.The text was updated successfully, but these errors were encountered: