Skip to content

Commit 208baf8

Browse files
authored
Merge pull request #2605 from ruby/workflow-4
reusing DEPENDABOT_MERGE_GH_TOKEN
2 parents c3497b9 + 22bb932 commit 208baf8

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)