Update autoMerge.yml
This commit is contained in:
parent
622571c2b3
commit
420ea4ce6a
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Create auth.txt
|
||||
run: |
|
||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
||||
echo ${{ secrets.MERGE_TOKEN }} >> auth.txt
|
||||
ls -l
|
||||
gh auth login --with-token < auth.txt
|
||||
rm auth.txt
|
||||
|
|
Loading…
Reference in New Issue