don't be dumb
This commit is contained in:
parent
abcb730fc5
commit
6477aa73f9
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ jobs:
|
||||||
fileName: id_ed25519
|
fileName: id_ed25519
|
||||||
fileDir: ~/.ssh
|
fileDir: ~/.ssh
|
||||||
- name: Make id_ed25519 user only
|
- name: Make id_ed25519 user only
|
||||||
run: chmod 600 ~/.ssh/id_ed25519
|
run: |
|
||||||
|
ls -la ~/.ssh
|
||||||
|
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