Skip to content

Commit d0264bf

Browse files
authored
feat: use bot to update Python versions
1 parent e25a3f5 commit d0264bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoupdate_python_versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
2626
with:
27-
token: ${{ secrets.AUTOUPDATE_PYTHON_VERSIONS_TOKEN }}
27+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
2828

2929
- name: Set up Python ${{ env.MAIN_PYTHON_VERSION }}
3030
uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
4141
uses: peter-evans/create-pull-request@v7
4242
with:
4343
commit-message: 'chore: update Python versions'
44-
token: ${{ secrets.AUTOUPDATE_PYTHON_VERSIONS_TOKEN }}
44+
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4545
title: 'chore: update Python versions'
4646
body: 'This PR updates the Python versions in the CI configuration files.'
4747
branch: feat/update-python-version

0 commit comments

Comments
 (0)