Skip to content

Commit

Permalink
change PAT_TOKEN to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeehcp committed Jan 8, 2025
1 parent 4aeb9a8 commit 3da4b23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# 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 @@ -352,7 +356,7 @@ jobs:
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
ref: ${{ github.event.inputs.ref }}
path: translations/${{ matrix.repo }}
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

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

0 comments on commit 3da4b23

Please sign in to comment.