mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 22:58:12 -05:00
Trying to bypass branch protection rules (#3005)
This commit is contained in:
6
.github/workflows/build-dist.yaml
vendored
6
.github/workflows/build-dist.yaml
vendored
@@ -39,3 +39,9 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "[Bot] Update dist"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user