Skip to content

Commit 5fb7d63

Browse files
authored
actions: set explicit git username and email (#139)
Right now, commits are being attributed to me: https://github.com/twitter/opensource-website/commits/gh-pages This will hopefully fix that.
1 parent 46d7eb5 commit 5fb7d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
user_name: twitter-service
37+
user_email: <[email protected]>
3638
publish_dir: ./public
3739
cname: opensource.twitter.dev

0 commit comments

Comments
 (0)