Skip to content

Commit

Permalink
ci: mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Nov 7, 2023
1 parent ce326b3 commit cb64619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
echo "${{ secrets.GH_ENTERPRISE_INTERNAL_SSH_PUBLIC_KEY }}" > ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa.pub
killall ssh-agent
eval "$(ssh-agent)"
- name: Add remote internal repository url
run: git remote add internal ${{ secrets.GH_ENTERPRISE_INTERNAL_SSH_REPOSITORY_URL }}
Expand Down

0 comments on commit cb64619

Please sign in to comment.