Update autoMerge.yml
This commit is contained in:
parent
758db53676
commit
ff61682829
|
@ -20,7 +20,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
echo ${{ secrets.PUSH_TOKEN }} >> 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
|
||||||
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