From 6ec8f73a76885ab36d89af9253a54de8f1fbe161 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Apr 2023 00:45:17 -0400 Subject: [PATCH] mod vars --- .github/workflows/publish_docs_to_wiki.yml | 2 +- doc/How to build - Windows.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index ceb109e3c9..4cf0865e95 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -9,7 +9,7 @@ on: - PublishDocsToWiki # This can be changed to any branch of your preference env: - USER_TOKEN: ${{ secrets.WIKI_ACTION_TOKEN }} # This is the repository secret + USER_TOKEN: ${{ secrets.GH_WIKI_PAT }} # This is the repository secret personal access token USER_NAME: ${{ vars.BOT_USER_NAME }} # Enter the username of your (bot) account OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md index 96afac2042..cfac395636 100644 --- a/doc/How to build - Windows.md +++ b/doc/How to build - Windows.md @@ -32,5 +32,4 @@ then build it using command or building it under the Visual Studio 2019 (set the OrcaSlicer_app_gui as start project) -![image](https://user-images.githubusercontent.com/106916061/179185940-06135b47-f2a4-415a-9be4-666680fa0f9a.png) - +![image](https://user-images.githubusercontent.com/106916061/179185940-06135b47-f2a4-415a-9be4-666680fa0f9a.png) \ No newline at end of file