Update autoMerge.yml
This commit is contained in:
parent
420ea4ce6a
commit
cc2d9ebaaa
|
@ -15,9 +15,9 @@ 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: Create auth.txt
|
- name: Enable Auto Merge
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.MERGE_TOKEN }} >> auth.txt
|
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
||||||
ls -l
|
ls -l
|
||||||
gh auth login --with-token < auth.txt
|
gh auth login --with-token < auth.txt
|
||||||
rm auth.txt
|
rm auth.txt
|
||||||
|
|
Loading…
Reference in New Issue