Skip to content

Commit 96f1703

Browse files
authored
fix: missing bot secrets in deploy actions (#1830)
1 parent 651df51 commit 96f1703

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/releaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
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

0 commit comments

Comments
 (0)