We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef73d6 commit 30e2caaCopy full SHA for 30e2caa
.github/workflows/sync.yml
@@ -68,6 +68,8 @@ jobs:
68
- name: Generate updated .tx/config
69
if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
70
run: python scripts/generate_txconfig.py -p ./${{ env.PYDOC_LANG_DIR }} ${{ env.PYDOC_TX_PROJECT }}
71
+ env:
72
+ TX_TOKEN: ${{ secrets.TX_TOKEN }}
73
74
- name: Pull translations from Transifex
75
id: pull
0 commit comments