Skip to content

Commit 24f295c

Browse files
committed
ci(circleci): Configure git
1 parent 5ea4586 commit 24f295c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,14 @@ jobs:
5959
- attach_workspace:
6060
at: ~/async-i2c-bus
6161
- run:
62-
name: add_gh_ssh_keys
62+
name: Add github ssh keys
6363
command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
64+
- run:
65+
name: Configure git email
66+
command: git config --global user.email $GH_EMAIL
67+
- run:
68+
name: Configure git name
69+
command: git config --global user.name $GH_NAME
6470
- run:
6571
name: Release
6672
command: yarn release

0 commit comments

Comments
 (0)