Update autoMerge.yml
This commit is contained in:
parent
36bb31c036
commit
6e8d124e8e
|
@ -18,6 +18,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Enable Auto Merge
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||
PUSHTOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue