File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,8 @@ jobs:
167167 token : ${{ secrets.GITHUB_TOKEN }}
168168 doc-artifact-name : HTML-doc-ansys-dpf-core.zip
169169 decompress-artifact : true
170+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
171+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
170172
171173 doc-index-dev :
172174 name : " Deploy dev index docs"
@@ -182,6 +184,8 @@ jobs:
182184 api-key : ${{ env.MEILISEARCH_API_KEY }}
183185 doc-artifact-name : HTML-doc-ansys-dpf-core.zip
184186 decompress-artifact : true
187+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
188+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
185189
186190 examples :
187191 if : startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
Original file line number Diff line number Diff line change 9595 token : ${{ secrets.GITHUB_TOKEN }}
9696 doc-artifact-name : HTML-doc-ansys-dpf-core.zip
9797 decompress-artifact : true
98+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
99+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
98100
99101 doc-index-stable :
100102 name : " Deploy stable docs index"
@@ -129,6 +131,8 @@ jobs:
129131 api-key : ${{ env.MEILISEARCH_API_KEY }}
130132 doc-artifact-name : HTML-doc-ansys-dpf-core.zip
131133 decompress-artifact : true
134+ bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
135+ bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
132136
133137 update_ansys_lab_examples :
134138 uses : ./.github/workflows/ansys_lab.yml
You can’t perform that action at this time.
0 commit comments