Skip to content

Commit

Permalink
Chmod private key files
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman authored Jan 12, 2021
1 parent c524899 commit e52e3a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/milestone-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
cat > ~/.ssh/deploy_beautifier_io <<< "${BEAUTIFIER_IO_DEPLOY_KEY}"
cat > ~/.ssh/deploy_js_beautify <<< "${JS_BEAUTIFY_DEPLOY_KEY}"
chmod 400 ~/.ssh/deploy_beautifier_io
chmod 400 ~/.ssh/deploy_js_beautify
ssh-add ~/.ssh/deploy_beautifier_io
ssh-add ~/.ssh/deploy_js_beautify
Expand Down

0 comments on commit e52e3a2

Please sign in to comment.