Trying to bypass branch protection rules (#3005)

This commit is contained in:
Rob Larsen
2023-09-05 14:59:38 -04:00
committed by GitHub
parent ec56510b85
commit 47923c6c03

View File

@@ -39,3 +39,9 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[Bot] Update dist"
- name: Pushing to the protected branch 'main'
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
branch: main