Skip to content

Commit 68caa21

Browse files
committed
Add user credentials to GitHub Pages deployment
1 parent e734455 commit 68caa21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: ./out
3535
force_orphan: true
36+
user_name: 'github-actions[bot]'
37+
user_email: 'github-actions[bot]@users.noreply.github.com'
3638
# cname: design.buzzvil.com # Optional: if you have a custom domain

0 commit comments

Comments
 (0)