wiki token

This commit is contained in:
Andrew Pareles 2025-07-05 01:01:07 -07:00
parent 607a61c068
commit 34e3413dca

View file

@ -30,7 +30,7 @@ jobs:
# 4⃣ Clone your forks 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 }}