From 778014cfca9363727921eb855595701dc32b3e35 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sun, 31 Mar 2024 10:48:47 +0200 Subject: [PATCH] WIP: revert borky ssh role This reverts commit 88f71275aea197df42c04ab7061d245b0545282d. --- .github/workflows/tester.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tester.yaml b/.github/workflows/tester.yaml index 7d8af1d..0c29fd6 100644 --- a/.github/workflows/tester.yaml +++ b/.github/workflows/tester.yaml @@ -32,7 +32,7 @@ jobs: oidc_backend_path: github-oidc oidc_role: cert-action-user ssh_backend_path: arrakis/ssh2 - ssh_role: cert-action-certz + ssh_role: cert-action-cert - name: Examine generated certificate run: ssh-keygen -L -f "${{ steps.ssh_cert.outputs.cert_path }}"