We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607a61c commit 34e3413Copy full SHA for 34e3413
.github/workflows/triage.yml
@@ -30,7 +30,7 @@ jobs:
30
# 4️⃣ Clone your fork’s Wiki
31
- name: Clone your fork's Wiki
32
run: |
33
- 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
34
35
# 5️⃣ (Optional) Show repo tree for debugging
36
- name: Show repo tree (debug)
@@ -57,4 +57,4 @@ jobs:
57
fi
58
env:
59
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
60
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.WIKI_TOKEN }}
0 commit comments