Update autoMerge.yml

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

View File

@ -5,12 +5,12 @@ on:
jobs: jobs:
build: build:
runs-on: macos-latest runs-on: ubuntu-latest
steps: steps:
- name: Auto Merge PR - name: Auto Merge PR
run: | run: |
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt echo ${{ secrets.GITHUB_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