mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-17 21:28:36 -07:00
mod vars
This commit is contained in:
parent
130503ce64
commit
6ec8f73a76
2 changed files with 2 additions and 3 deletions
2
.github/workflows/publish_docs_to_wiki.yml
vendored
2
.github/workflows/publish_docs_to_wiki.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
||||||
- PublishDocsToWiki # This can be changed to any branch of your preference
|
- PublishDocsToWiki # This can be changed to any branch of your preference
|
||||||
|
|
||||||
env:
|
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
|
USER_NAME: ${{ vars.BOT_USER_NAME }} # Enter the username of your (bot) account
|
||||||
OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner
|
OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner
|
||||||
REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name
|
REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name
|
||||||
|
|
|
||||||
|
|
@ -32,5 +32,4 @@ then build it using command
|
||||||
|
|
||||||
or building it under the Visual Studio 2019
|
or building it under the Visual Studio 2019
|
||||||
(set the OrcaSlicer_app_gui as start project)
|
(set the OrcaSlicer_app_gui as start project)
|
||||||

|

|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue