From 23819c6c173f2fd72c442497f9bd242a07e4ab11 Mon Sep 17 00:00:00 2001 From: Gavin Jefferies Date: Tue, 25 Jun 2024 18:00:15 -0700 Subject: [PATCH] ROX-20643: Update the auto-merge bot (#114) --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 121fd42..2b9c9a2 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 with: - github-token: '${{ secrets.ROBOT_ROX_GITHUB_TOKEN }}' + github-token: '${{ secrets.RHACS_BOT_GITHUB_TOKEN }}' command: "squash and merge" approve: true target: minor