Update auto-update.yml
This commit is contained in:
parent
87db430d3c
commit
245a9a819e
|
@ -98,7 +98,7 @@ jobs:
|
||||||
if: steps.pr.outputs.pull-request-operation == 'created'
|
if: steps.pr.outputs.pull-request-operation == 'created'
|
||||||
uses: juliangruber/approve-pull-request-action@v1
|
uses: juliangruber/approve-pull-request-action@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.PAT }}
|
||||||
number: ${{ steps.pr.outputs.pull-request-number }}
|
number: ${{ steps.pr.outputs.pull-request-number }}
|
||||||
- name: Merge Pull Request
|
- name: Merge Pull Request
|
||||||
if: steps.pr.outputs.pull-request-operation == 'created'
|
if: steps.pr.outputs.pull-request-operation == 'created'
|
||||||
|
|
Loading…
Reference in New Issue