Skip to content

Commit 22bb932

Browse files
committed
reusing DEPENDABOT_MERGE_GH_TOKEN
1 parent 3a3188a commit 22bb932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Create Pull Request
5151
if: env.has_update == 'true'
5252
env:
53-
GH_TOKEN: ${{ github.token }}
53+
GH_TOKEN: ${{ ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }} }}
5454
run: |
5555
gh pr create \
5656
--title 'bundle update (`/Gemfile`)' \

0 commit comments

Comments
 (0)