Skip to content

Commit

Permalink
change GH_TOKEN to EDX_TRANSIFEX_BOT_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeehcp committed Jan 8, 2025
1 parent 3da4b23 commit a6c0ed7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# translation source files to the openedx-translations repository via an auto-merged pull
# request.

permissions:
contents: read
packages: read

name: Extract Translation Source Files

on:
Expand Down Expand Up @@ -356,7 +352,7 @@ jobs:
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
ref: ${{ github.event.inputs.ref }}
path: translations/${{ matrix.repo }}
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.EDX_TRANSIFEX_BOT_GITHUB_TOKEN }}

# Sets up node/npm
- name: setup node
Expand Down

0 comments on commit a6c0ed7

Please sign in to comment.