Skip to content

Commit

Permalink
feat: use bot to update Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Oct 4, 2024
1 parent e25a3f5 commit d0264bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoupdate_python_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d0264bf

Please sign in to comment.