From f68fb96082e57b4bdbf3c3ce0f1a77ff4619982c Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 10 Dec 2020 10:48:55 +0100 Subject: [PATCH] Use bot account for dependabot merge --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 348919e1..c65dc6f2 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,4 +11,4 @@ jobs: - name: Automerge dependabot dependencies uses: ahmadnassri/action-dependabot-auto-merge@v2 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.OPENHPI_BOT_TOKEN }}