mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
wiki token
This commit is contained in:
parent
607a61c068
commit
34e3413dca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/triage.yml
vendored
4
.github/workflows/triage.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
# 4️⃣ Clone your fork’s Wiki
|
# 4️⃣ Clone your fork’s Wiki
|
||||||
- name: Clone your fork's Wiki
|
- name: Clone your fork's Wiki
|
||||||
run: |
|
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
|
# 5️⃣ (Optional) Show repo tree for debugging
|
||||||
- name: Show repo tree (debug)
|
- name: Show repo tree (debug)
|
||||||
|
|
@ -57,4 +57,4 @@ jobs:
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.WIKI_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue