From 0973d1615984762549d00580cb382eb239ba8326 Mon Sep 17 00:00:00 2001 From: Pierre Brisorgueil Date: Wed, 3 Dec 2025 08:12:49 +0100 Subject: [PATCH] =?UTF-8?q?fix(workflow):=20dependabot=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 8db3f61a1..389b727fd 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,6 +4,7 @@ on: pull_request permissions: contents: write pull-requests: write + issues: write jobs: auto-merge: @@ -13,4 +14,4 @@ jobs: - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: minor - github-token: ${{ secrets.WAOS }} + github-token: ${{ secrets.GITHUB_TOKEN }}