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 e25a3f5 commit d0264bfCopy full SHA for d0264bf
.github/workflows/autoupdate_python_versions.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout repository
25
uses: actions/checkout@v4
26
with:
27
- token: ${{ secrets.AUTOUPDATE_PYTHON_VERSIONS_TOKEN }}
+ token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
28
29
- name: Set up Python ${{ env.MAIN_PYTHON_VERSION }}
30
uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
41
uses: peter-evans/create-pull-request@v7
42
43
commit-message: 'chore: update Python versions'
44
45
title: 'chore: update Python versions'
46
body: 'This PR updates the Python versions in the CI configuration files.'
47
branch: feat/update-python-version
0 commit comments