There was an error while loading. Please reload this page.
1 parent fda0495 commit 7de8accCopy full SHA for 7de8acc
1 file changed
.github/workflows/update-translations.yml
@@ -33,9 +33,9 @@ jobs:
33
34
- name: Clone wiki repo
35
env:
36
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
37
run: |
38
- git clone https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.wiki.git wiki-tmp
+ git clone https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.wiki.git wiki-tmp
39
40
- name: Generate translation status table (in wiki repo)
41
0 commit comments