Update autoMerge.yml

This commit is contained in:
Preston 2021-08-19 23:42:50 -04:00 committed by GitHub
parent efa89b7dcc
commit b39efd8fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ jobs:
steps: steps:
- name: Auto Merge PR - name: Auto Merge PR
env: env:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }} PUSH_TOKEN: ${{ secrets.MERGE_TOKEN }}
run: | run: |
echo $env:PUSH_TOKEN >> auth.txt echo $PUSH_TOKEN >> auth.txt
gh auth login --with-token < auth.txt gh auth login --with-token < auth.txt
rm auth.txt rm auth.txt
gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto