Update autoMerge.yml

This commit is contained in:
Preston 2021-08-20 11:22:29 -04:00 committed by GitHub
parent 01ebcce72b
commit f0ba2e93de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
steps:
- name: Auto Merge PR
if: contains(${{ github.event.base.ref }}, 'development')
run: |
echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
gh auth login --with-token < auth.txt