Skip to content

Commit 56ca930

Browse files
authored
Also added bot credentials to doc-deploy-dev. (#96)
1 parent ebd90fb commit 56ca930

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)