Skip to content

Commit 1a13156

Browse files
authored
fix: update labeler to use email and username
1 parent 98a844b commit 1a13156

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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 }}

0 commit comments

Comments
 (0)