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:
|
||||
- name: Create auth.txt
|
||||
- name: Enable Auto Merge
|
||||
run: |
|
||||
echo ${{ secrets.MERGE_TOKEN }} >> auth.txt
|
||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
||||
ls -l
|
||||
gh auth login --with-token < auth.txt
|
||||
rm auth.txt
|
||||
|
|
Loading…
Reference in New Issue