Skip to content

Commit

Permalink
Merge pull request #46 from joernio/claudiu/update-actions
Browse files Browse the repository at this point in the history
actions: update deploy secret
  • Loading branch information
ursachec authored Aug 15, 2023
2 parents f4707a2 + f92845b commit 09d5a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
echo "${{ secrets.GH_PAGES_DEPLOY }}" > ~/.ssh/id_rsa
echo "${{ secrets.GH_DEPLOY_SSH }}" > ~/.ssh/id_rsa
echo "Number of characters found in SSH key file:"
wc -c ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
Expand Down

0 comments on commit 09d5a3b

Please sign in to comment.