Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make it even easier
Just one step left now
  • Loading branch information
StanFromIreland authored Jun 19, 2025
commit e4e73c8536154e3c8d4d1ee7f5605c815ee33b58
8 changes: 4 additions & 4 deletions .github/workflows/pull-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
fetch-depth: 0
- run: curl -O https://raw.githubusercontent.com/python-docs-translations/transifex-automations/master/sample-workflows/transifex-util.py
- run: chmod +x transifex-util.py
- run: ./transifex-util.py recreate_tx_config --language XX --project-slug python-newest --version 3.14
- run: ./transifex-util.py recreate_tx_config --language id --project-slug python-newest --version 3.14
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- run: ./transifex-util.py fetch --language XX --project-slug python-newest --version 3.14
- run: ./transifex-util.py fetch --language id --project-slug python-newest --version 3.14
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- run: ./transifex-util.py delete_obsolete_files --language XX --project-slug python-newest --version 3.14
- run: ./transifex-util.py delete_obsolete_files --language id --project-slug python-newest --version 3.14
- name: Set up Git
run: |
git config --local user.email github-actions@github.com
Expand All @@ -59,4 +59,4 @@ jobs:
if: env.SIGNIFICANT_CHANGES
with:
branch: ${{ matrix.version }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}