Update autoMerge.yml
This commit is contained in:
parent
b39efd8fba
commit
67fa1f240f
|
@ -9,10 +9,8 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Auto Merge PR
|
- name: Auto Merge PR
|
||||||
env:
|
|
||||||
PUSH_TOKEN: ${{ secrets.MERGE_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
echo $PUSH_TOKEN >> auth.txt
|
echo ${{ secrets.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
|
||||||
|
|
Loading…
Reference in New Issue