Add SSH for private repos.

This commit is contained in:
Joseph Hanson 2024-07-26 20:49:47 -05:00
parent 32ac96dd5b
commit 0529706565
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -20,7 +20,13 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
show-progress: false
- 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
- name: Renovate
uses: ./.forgejo/actions/renovate
with: