Update autoMerge.yml

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

View File

@ -15,9 +15,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Create auth.txt
- name: Enable Auto Merge
run: |
echo ${{ secrets.MERGE_TOKEN }} >> auth.txt
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
ls -l
gh auth login --with-token < auth.txt
rm auth.txt