ci: just use kunzen key
This commit is contained in:
parent
9f296a42cd
commit
fcc280a41a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/check.yaml
vendored
5
.github/workflows/check.yaml
vendored
|
|
@ -17,12 +17,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# Get access to kunzen
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
uses: webfactory/ssh-agent@v0.9.0
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
ssh-private-key: |
|
ssh-private-key: ${{ secrets.KUNZEN_DEPLOY_KEY }}
|
||||||
${{ secrets.OOKNET_DEPLOY_KEY }}
|
|
||||||
${{ secrets.KUNZEN_DEPLOY_KEY }}
|
|
||||||
|
|
||||||
- name: Setup Nix
|
- name: Setup Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue