Update autoMerge.yml

This commit is contained in:
Preston 2021-08-19 22:41:10 -04:00 committed by GitHub
parent 622571c2b3
commit 420ea4ce6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Create auth.txt - name: Create auth.txt
run: | run: |
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt echo ${{ secrets.MERGE_TOKEN }} >> auth.txt
ls -l ls -l
gh auth login --with-token < auth.txt gh auth login --with-token < auth.txt
rm auth.txt rm auth.txt