Skip to content

Commit

Permalink
added token to all translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeehcp committed Jan 8, 2025
1 parent a6c0ed7 commit 71f9cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
ref: ${{ github.event.inputs.ref }}
path: translations/${{ matrix.repo }}
token: ${{ secrets.EDX_TRANSIFEX_BOT_GITHUB_TOKEN }}

- name: prepare the environment with edx-platform specific changes
if: matrix.repo == 'edx-platform'
Expand Down Expand Up @@ -420,6 +421,7 @@ jobs:
repository: ${{ github.repository_owner }}/${{ matrix.repository_config.repo }}
ref: ${{ github.event.inputs.ref || matrix.repository_config.ref }}
path: translations/${{ matrix.repository_config.repo }}
token: ${{ secrets.EDX_TRANSIFEX_BOT_GITHUB_TOKEN }}

# Sets up Python
- name: setup python
Expand Down

0 comments on commit 71f9cc0

Please sign in to comment.