Skip to content

Commit

Permalink
WIP check SSH key size
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 24, 2023
1 parent aebfdc3 commit 312fb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ~/.ssh/id_rsa
chmod 0600 ~/.ssh/id_rsa
- name: check ssh key size
run: du ~/.ssh/id_rsa
# - run: make awesome_lint
- run: make export_markdown
# - run: make export_html
Expand Down

0 comments on commit 312fb84

Please sign in to comment.