Skip to content

Commit 30e2caa

Browse files
committed
Expose API token to generate_txconfig.py
1 parent 4ef73d6 commit 30e2caa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
- name: Generate updated .tx/config
6969
if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
7070
run: python scripts/generate_txconfig.py -p ./${{ env.PYDOC_LANG_DIR }} ${{ env.PYDOC_TX_PROJECT }}
71+
env:
72+
TX_TOKEN: ${{ secrets.TX_TOKEN }}
7173

7274
- name: Pull translations from Transifex
7375
id: pull

0 commit comments

Comments
 (0)