Skip to content

Commit

Permalink
Update for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-Shaar authored Sep 21, 2023
1 parent 72310c1 commit afe42c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit afe42c1

Please sign in to comment.