Skip to content

Commit 7de8acc

Browse files
Fixing update-translations
1 parent fda0495 commit 7de8acc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333

3434
- name: Clone wiki repo
3535
env:
36-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3737
run: |
38-
git clone https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.wiki.git wiki-tmp
38+
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.wiki.git wiki-tmp
3939
4040
- name: Generate translation status table (in wiki repo)
4141
run: |

0 commit comments

Comments
 (0)