mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-05 17:15:12 +01:00
Update autoMerge.yml
This commit is contained in:
parent
36bb31c036
commit
6e8d124e8e
4
.github/workflows/autoMerge.yml
vendored
4
.github/workflows/autoMerge.yml
vendored
@ -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
Block a user