From 52b7bc6a016c0a745684b329b0842891ea46cd67 Mon Sep 17 00:00:00 2001 From: Jens Maus Date: Wed, 22 Nov 2023 11:02:49 +0100 Subject: [PATCH] fix --- .github/workflows/dependabot-automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 42b4e90..eecb801 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -17,6 +17,6 @@ jobs: uses: ahmadnassri/action-dependabot-auto-merge@v2 with: # This must be a personal access token with push access - github-token: ${{ secrets.AUTO_MERGE_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} # By default, squash and merge, so Github chooses nice commit messages command: squash and merge