Skip to content

Commit 75bc6f1

Browse files
committed
Also added bot credentials to doc-deploy-dev.
1 parent cb53172 commit 75bc6f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
with:
143143
cname: ${{ env.DOCUMENTATION_CNAME }}
144144
token: ${{ secrets.GITHUB_TOKEN }}
145+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
146+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
145147

146148
release:
147149
name: "Release project to public PyPI and GitHub"

0 commit comments

Comments
 (0)