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 }}"
|
encodedString: "${{ secrets.SSH_USER }}"
|
||||||
fileName: id_ed25519
|
fileName: id_ed25519
|
||||||
fileDir: ~/.ssh
|
fileDir: ~/.ssh
|
||||||
|
- name: Make id_ed25519 user only
|
||||||
|
run: chmod 600 ~/.ssh/id_ed25519
|
||||||
- uses: https://github.com/cachix/cachix-action@v15
|
- uses: https://github.com/cachix/cachix-action@v15
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue