Update autoMerge.yml
This commit is contained in:
parent
c8d302869e
commit
78e327e40c
|
@ -12,12 +12,13 @@ jobs:
|
||||||
build:
|
build:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: workflow-env
|
||||||
|
|
||||||
# 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
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
echo ${{ secrets.MERGE_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