Skip to content

Commit 2443005

Browse files
committed
Use github-actions user for gh-pages commits
1 parent 3c4ca99 commit 2443005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
with:
124124
personal_token: ${{ secrets.GH_PAGES_DEPLOY_TOKEN }}
125125
publish_dir: ./example/build
126+
user_name: 'github-actions[bot]'
127+
user_email: 'github-actions[bot]@users.noreply.github.com'
126128
publish:
127129
needs:
128130
- lint

0 commit comments

Comments
 (0)