lets see if this chicken nugget works
This commit is contained in:
parent
6a2d3b3bab
commit
fe1bf6e654
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ jobs:
|
|||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Write ssh key
|
||||
id: sshkey
|
||||
uses: https://github.com/timheuer/base64-to-file@v1
|
||||
with:
|
||||
encodedString: "${{ secrets.SSH_USER }}"
|
||||
fileName: id_ed25519
|
||||
fileDir: ~/.ssh
|
||||
- uses: https://github.com/cachix/cachix-action@v15
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue