From 34e3413dca8cf875faaa663e052027bbfc41c4e5 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sat, 5 Jul 2025 01:01:07 -0700 Subject: [PATCH] wiki token --- .github/workflows/triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 2f8d5013..97ac2cd4 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -30,7 +30,7 @@ jobs: # 4️⃣ Clone your fork’s Wiki - name: Clone your fork's Wiki run: | - git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git wiki + git clone https://x-access-token:${{ secrets.WIKI_TOKEN }}@github.com/${{ github.repository }}.wiki.git wiki # 5️⃣ (Optional) Show repo tree for debugging - name: Show repo tree (debug) @@ -57,4 +57,4 @@ jobs: fi env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.WIKI_TOKEN }}