Skip to content

Commit 17420de

Browse files
fix: update labeler and ci_cd to use email and username (#164)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 98a844b commit 17420de

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
@@ -32,6 +32,8 @@ jobs:
3232
- uses: ansys/actions/doc-deploy-changelog@v8
3333
with:
3434
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
35+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
36+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
3537

3638
vulnerabilities:
3739
name: Vulnerabilities
@@ -149,7 +151,9 @@ jobs:
149151
uses: ansys/actions/doc-deploy-dev@v8
150152
with:
151153
cname: ${{ env.DOCUMENTATION_CNAME }}
152-
token: ${{ secrets.GITHUB_TOKEN }}
154+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
155+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
156+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
153157

154158
release:
155159
name: Release project
@@ -182,4 +186,6 @@ jobs:
182186
uses: ansys/actions/doc-deploy-stable@v8
183187
with:
184188
cname: ${{ env.DOCUMENTATION_CNAME }}
185-
token: ${{ secrets.GITHUB_TOKEN }}
189+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
190+
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
191+
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

.github/workflows/label.yml

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

doc/changelog.d/164.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: update labeler and ci_cd to use email and username

0 commit comments

Comments
 (0)