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