Skip to content

Commit 7ff2000

Browse files
Revathyvenugopal162pyansys-ci-botRobPasMue
authored
fix: update the token and email of bot for changelog actions (#519)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 80cf5f9 commit 7ff2000

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- uses: ansys/actions/doc-deploy-changelog@v8
4949
with:
5050
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
51+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
52+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
5153

5254
doc-build:
5355
name: Doc building
@@ -72,7 +74,9 @@ jobs:
7274
uses: ansys/actions/doc-deploy-dev@v8
7375
with:
7476
cname: ${{ env.DOCUMENTATION_CNAME }}
75-
token: ${{ secrets.GITHUB_TOKEN }}
77+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
78+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
79+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
7680

7781
doc-deploy-stable:
7882
name: Doc stable version deploy
@@ -84,8 +88,10 @@ jobs:
8488
uses: ansys/actions/doc-deploy-stable@v8
8589
with:
8690
cname: ${{ env.DOCUMENTATION_CNAME }}
87-
token: ${{ secrets.GITHUB_TOKEN }}
91+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
8892
python-version: ${{ env.MAIN_PYTHON_VERSION }}
93+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
94+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
8995

9096
smoke-tests:
9197
name: Build and smoke tests

.github/workflows/label.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,6 @@ jobs:
9595
steps:
9696
- uses: ansys/actions/doc-changelog@v7
9797
with:
98-
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
98+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
99+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
100+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

doc/changelog.d/519.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: update the token and email of bot for changelog actions

0 commit comments

Comments
 (0)