From 22bb932fe5fcd3c698f60d6d18445c0f6a39ffd8 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 17 Jul 2025 09:46:21 +0900 Subject: [PATCH] reusing DEPENDABOT_MERGE_GH_TOKEN --- .github/workflows/bundle-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-update.yml b/.github/workflows/bundle-update.yml index b88f9a3975..240c866864 100644 --- a/.github/workflows/bundle-update.yml +++ b/.github/workflows/bundle-update.yml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request if: env.has_update == 'true' env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }} }} run: | gh pr create \ --title 'bundle update (`/Gemfile`)' \