diff --git a/.github/workflows/autoupdate_python_versions.yml b/.github/workflows/autoupdate_python_versions.yml index 823f2431..57fdd8ca 100644 --- a/.github/workflows/autoupdate_python_versions.yml +++ b/.github/workflows/autoupdate_python_versions.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - token: ${{ secrets.AUTOUPDATE_PYTHON_VERSIONS_TOKEN }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} - name: Set up Python ${{ env.MAIN_PYTHON_VERSION }} uses: actions/setup-python@v5 @@ -41,7 +41,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: commit-message: 'chore: update Python versions' - token: ${{ secrets.AUTOUPDATE_PYTHON_VERSIONS_TOKEN }} + token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }} title: 'chore: update Python versions' body: 'This PR updates the Python versions in the CI configuration files.' branch: feat/update-python-version