Update autoMerge.yml
This commit is contained in:
parent
36819db1b8
commit
9eb2add436
|
@ -20,7 +20,7 @@ jobs:
|
||||||
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
|
||||||
- name: Login GH CLI
|
- name: Login GH CLI
|
||||||
run: |
|
run: |
|
||||||
gh auth login --with-token < auth.txt
|
gh auth login --with-token < ${{ secrets.PUSH_TOKEN }}
|
||||||
- name: rm auth.txt
|
- name: rm auth.txt
|
||||||
run: |
|
run: |
|
||||||
rm auth.txt
|
rm auth.txt
|
||||||
|
|
Loading…
Reference in New Issue