From bf6520655e647697ca0b7455524105b0633f6730 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 21 Jan 2022 16:42:41 +0100 Subject: [PATCH] Fix token identifier --- .github/workflows/dependabot-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index c2770a8a..9fb6e0fb 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -11,4 +11,4 @@ jobs: - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: patch - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_TOKEN }} \ No newline at end of file -- GitLab