Skip to content

Commit

Permalink
change GITHUB_TOKEN to PAT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeehcp committed Jan 8, 2025
1 parent e7d3612 commit 4aeb9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
ref: ${{ github.event.inputs.ref }}
path: translations/${{ matrix.repo }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT_TOKEN }}

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

0 comments on commit 4aeb9a8

Please sign in to comment.