🛠🚑 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
|
name: Configure git user
|
||||||
command: |
|
command: |
|
||||||
echo "$GITHUB_SSH_KEY" | base64 --decode -i > ~/.ssh/id_rsa
|
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.email "ci@danielrayjones.com"
|
||||||
git config --global user.name "Circle CI"
|
git config --global user.name "Circle CI"
|
||||||
- run:
|
- run:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue