🛠🚑 Use correct SSH key on CircleCI #100DaysOfCode R1D21
This commit is contained in:
parent
7dc86a9986
commit
8e0dc00998
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
name: Configure git user
|
||||
command: |
|
||||
echo "$GITHUB_SSH_KEY" | base64 --decode -i > ~/.ssh/id_rsa
|
||||
ssh-add -D
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
git config --global user.email "ci@danielrayjones.com"
|
||||
git config --global user.name "Circle CI"
|
||||
- run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue