Skip to content

Commit

Permalink
WIP register both SSH keys in ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 24, 2023
1 parent fa37a76 commit b388a9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ~/.ssh/id_rsa_html
chmod 0600 ~/.ssh/id_rsa ~/.ssh/id_rsa_html
eval $(ssh-agent)
ssh-add ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa_html
# - run: make awesome_lint
- run: make export_markdown
- run: make export_html
Expand Down

0 comments on commit b388a9c

Please sign in to comment.