From 1351cd346e747053e992006316de3e3c0c36aba8 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:19:17 -0500 Subject: [PATCH] Protected branch fix --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25050cd..2870062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,9 +38,11 @@ jobs: - run: cd data/minify && npm install && npm run build - uses: EndBug/add-and-commit@v9 with: + token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} + branch: protected author_name: Ethan O'Brien - author_email: ethan.a.obrien@gmail.com + author_email: emulatorjs.ethanaobrien@gmail.com committer_name: Ethan O'Brien - committer_email: ethan.a.obrien@gmail.com + committer_email: emulatorjs.ethanaobrien@gmail.com default_author: user_info message: 'Minify files'