From 74a669bcc8e9900b1126f37b6df859968c3b6aaa Mon Sep 17 00:00:00 2001 From: ForestOfLight Date: Fri, 19 Jun 2026 18:49:19 -0700 Subject: [PATCH] fix: push to wiki via workflow --- .github/workflows/wiki.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 40aef461..291c5d7c 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -11,15 +11,13 @@ jobs: steps: - name: Checkout Canopy repo - uses: actions/checkout@v4 - - - name: Checkout Wiki repo (master branch) + uses: actions/checkout@v4 - name: Checkout Wiki repo (master branch) uses: actions/checkout@v4 with: repository: ${{ github.repository }}.wiki path: wiki ref: master - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.WIKI_PUSH_TOKEN }} - name: Use Commands.md template from template branch working-directory: wiki