possible fix for ssh-git not downloading private repo from github
This commit is contained in:
parent
81312eed0f
commit
abcb730fc5
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ jobs:
|
|||
encodedString: "${{ secrets.SSH_USER }}"
|
||||
fileName: id_ed25519
|
||||
fileDir: ~/.ssh
|
||||
- name: Make id_ed25519 user only
|
||||
run: chmod 600 ~/.ssh/id_ed25519
|
||||
- uses: https://github.com/cachix/cachix-action@v15
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue