Use token with write authority for auto merge forward

Issue gh-14535
This commit is contained in:
Marcus Hert Da Coregio 2024-02-16 10:24:07 -03:00
parent 81320673b4
commit ee3d253176
1 changed files with 2 additions and 0 deletions

View File

@ -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: |