From 1d32435eb6935143ab27f6a532cd7af3f83d3b33 Mon Sep 17 00:00:00 2001 From: vyfor Date: Fri, 10 Jan 2025 14:43:11 +0500 Subject: [PATCH] ci: update wiki workflow --- .github/workflows/wiki.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 9dfcd85d..78c9d898 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -20,4 +20,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: Andrew-Chen-Wang/github-wiki-action@v4 \ No newline at end of file + - uses: Andrew-Chen-Wang/github-wiki-action@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + path: .github/wiki + strategy: init \ No newline at end of file