Update auto-update.yml

This commit is contained in:
Aleksandr Statciuk 2021-05-26 17:33:09 +03:00
parent 87db430d3c
commit 245a9a819e

View file

@ -98,7 +98,7 @@ jobs:
if: steps.pr.outputs.pull-request-operation == 'created'
uses: juliangruber/approve-pull-request-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT }}
number: ${{ steps.pr.outputs.pull-request-number }}
- name: Merge Pull Request
if: steps.pr.outputs.pull-request-operation == 'created'