Update autoMerge.yml
This commit is contained in:
parent
4edb8335c6
commit
4ac246ebb6
|
@ -16,9 +16,8 @@ jobs:
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
- name: Enable Auto Merge
|
- name: Enable Auto Merge
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
gh auth login --with-token
|
||||||
ls -l
|
|
||||||
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 pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto
|
||||||
|
|
Loading…
Reference in New Issue