Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Nov 16, 2023
1 parent 00ad621 commit 9225c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mkdir test/Logs; cd test/Logs
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo ${{ vars.SSH_KEY }}
echo ${{ vars.SSH_KEY }} > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config --global init.defaultBranch main
Expand Down

0 comments on commit 9225c36

Please sign in to comment.