Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading