Skip to content

Commit

Permalink
Switch to PY_ANSYS_BOT_TOKEN for update_operators.yml
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Jan 18, 2024
1 parent 2288db8 commit 75b55e1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/update_operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ jobs:
run: |
git status
# - uses: tibdex/github-app-token@v2 # To use once GH App is set at ansys org level
# id: generate-token
# with:
# app_id: ${{ secrets.CI_APP_ID }}
# private_key: ${{ secrets.CI_APP_TOKEN }}

- name: "Create Pull Request"
uses: peter-evans/create-pull-request@v4
with:
Expand All @@ -142,10 +136,9 @@ jobs:
body: An update of generated code has been triggered either manually or by an update in the dpf-standalone repository.
branch: maint/update_code_for_${{ github.event.inputs.ANSYS_VERSION || '242' }}${{ github.event.inputs.standalone_branch_suffix || '' }}_on_${{ github.ref_name }}
labels: server-sync
# token: ${{ steps.generate-token.outputs.token }}
token: ${{ secrets.CI_PAT }}
committer: PProfizi <[email protected]>
author: PProfizi <[email protected]>
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
committer: pyansys-ci-bot
author: pyansys-ci-bot
reviewers: ansys/dpf_integration_proxies
assignees: ansys/dpf_integration_proxies

Expand Down

0 comments on commit 75b55e1

Please sign in to comment.