From 07206b223928c34ccaa4edd1ae042396cbb38d5b Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 21 Jan 2022 16:15:16 +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 2fe98ef9..c2770a8a 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.mytoken }} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file -- GitLab