Skip to content

Commit

Permalink
Update sync-repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ioworker0 authored Mar 18, 2024
1 parent b96d6a5 commit a953408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
git remote add kernel git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
git remote -v
git ls-remote kernel
- name: Use SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
# - name: pull-push-mm-unstable
# run: |
Expand Down

0 comments on commit a953408

Please sign in to comment.