From afe42c1bf2118f594387f141abd7ce5027497427 Mon Sep 17 00:00:00 2001 From: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:24:22 -0400 Subject: [PATCH] Update for github action --- .github/workflows/build_files.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_files.yml b/.github/workflows/build_files.yml index d124d85b..a61f3032 100644 --- a/.github/workflows/build_files.yml +++ b/.github/workflows/build_files.yml @@ -52,8 +52,9 @@ jobs: pip install furo sphinx-build -b html docs docs/html - - name: Commit Files - uses: devops-infra/action-commit-push@master + - name: Push to protected branch + uses: CasperWA/push-protected@v2 with: - github_token: "${{ secrets.ZT_PAT }}" - commit_message: "Build file update" + token: ${{ secrets.ZT_PAT }} + branch: main + unprotect_reviews: true