Use token with write authority for auto merge forward
Issue gh-14535
This commit is contained in:
parent
81320673b4
commit
ee3d253176
|
@ -27,6 +27,8 @@ jobs:
|
|||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
- name: Setup GitHub User
|
||||
id: setup-gh-user
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue