Skip to content

Commit ee3d253

Browse files
Use token with write authority for auto merge forward
Issue gh-14535
1 parent 8132067 commit ee3d253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/dependabot-auto-merge-forward.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Checkout
2828
id: checkout
2929
uses: actions/checkout@v4
30+
with:
31+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
3032
- name: Setup GitHub User
3133
id: setup-gh-user
3234
run: |

0 commit comments

Comments
 (0)