Skip to content

Commit

Permalink
Update push-to-starter-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBarnes committed Jan 4, 2024
1 parent 0b5c5bd commit cfeff0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-to-starter-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Set up SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > private_key
sed -i 's/\\n/\n/g' private_key
chmod 600 private_key
Expand Down

0 comments on commit cfeff0f

Please sign in to comment.