Update autoMerge.yml

This commit is contained in:
Preston 2021-08-19 22:32:13 -04:00 committed by GitHub
parent 36819db1b8
commit 9eb2add436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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