Skip to content

Commit 57299e1

Browse files
committed
fix: approval needs to be done by CI bot (#967)
1 parent b40615b commit 57299e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: gh pr review --approve "$PR_URL"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
23-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
GH_TOKEN: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
2424

2525
- name: Enable auto-merge for Dependabot PRs
2626
if: steps.metadata.outputs.update-type != 'version-update:semver-major'

0 commit comments

Comments
 (0)