Update autoMerge.yml
This commit is contained in:
parent
420e7c6d96
commit
021d271ead
|
@ -20,4 +20,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PUSHTOKEN: ${{ secrets.MERGE_TOKEN }}
|
PUSHTOKEN: ${{ secrets.MERGE_TOKEN }}
|
||||||
run: |
|
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
|
echo ${{ env.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