We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1aec48 commit 4bf4405Copy full SHA for 4bf4405
.github/workflows/updatemessages.yml
@@ -33,7 +33,7 @@ jobs:
33
python manage.py makemessages -l en -d djangojs
34
- name: Download strings from Crowdin
35
env:
36
- CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_TOKEN }}
+ CROWDIN_API_TOKEN: ${{ secrets.CROWDIN_API_V2_TOKEN }}
37
run: |
38
cat > crowdin.yaml <<EOF
39
project_id: 142963
0 commit comments