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`)' \