Update autoMerge.yml

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

View File

@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Enable Auto Merge - name: Enable Auto Merge
env: env:
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }} PUSHTOKEN: ${{ secrets.PUSH_TOKEN }}
run: | run: |
echo test >> 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 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