Update autoMerge.yml

This commit is contained in:
Preston 2021-08-19 23:12:48 -04:00 committed by GitHub
parent 6e8d124e8e
commit 420e7c6d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v2
- name: Enable Auto Merge
env:
PUSHTOKEN: ${{ secrets.PUSH_TOKEN }}
PUSHTOKEN: ${{ secrets.MERGE_TOKEN }}
run: |
echo $PUSHTOKEN >> auth.txt && gh auth login --with-token < auth.txt && rm auth.txt && gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto