We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53172 commit 75bc6f1Copy full SHA for 75bc6f1
.github/workflows/cicd.yml
@@ -142,6 +142,8 @@ jobs:
142
with:
143
cname: ${{ env.DOCUMENTATION_CNAME }}
144
token: ${{ secrets.GITHUB_TOKEN }}
145
+ bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
146
+ bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
147
148
release:
149
name: "Release project to public PyPI and GitHub"
0 commit comments