Skip to content

Commit 34e3413

Browse files
committed
wiki token
1 parent 607a61c commit 34e3413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# 4️⃣ Clone your fork’s Wiki
3131
- name: Clone your fork's Wiki
3232
run: |
33-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git wiki
33+
git clone https://x-access-token:${{ secrets.WIKI_TOKEN }}@github.com/${{ github.repository }}.wiki.git wiki
3434
3535
# 5️⃣ (Optional) Show repo tree for debugging
3636
- name: Show repo tree (debug)
@@ -57,4 +57,4 @@ jobs:
5757
fi
5858
env:
5959
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60+
GITHUB_TOKEN: ${{ secrets.WIKI_TOKEN }}

0 commit comments

Comments
 (0)