Skip to content

Commit 2794091

Browse files
authored
Merge branch 'master' into dependabot/pip/requirements/ansys-sphinx-theme-1.1.2
2 parents 7b3d3d2 + 96f1703 commit 2794091

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
token: ${{ secrets.GITHUB_TOKEN }}
166166
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
167167
decompress-artifact: true
168+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
169+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
168170

169171
examples:
170172
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494
doc-artifact-name: HTML-doc-ansys-dpf-core.zip
9595
decompress-artifact: true
96-
96+
9797
update_ansys_lab_examples:
9898
uses: ./.github/workflows/ansys_lab.yml
9999
needs: get_latest_tag

0 commit comments

Comments
 (0)