From 5dd8b05671f5540445361d82642ab755b73c83e0 Mon Sep 17 00:00:00 2001 From: Morgan Kleene Date: Fri, 20 Dec 2024 11:55:18 -0500 Subject: [PATCH] maybe? --- test/start-up-with-containers/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/start-up-with-containers/action.yaml b/test/start-up-with-containers/action.yaml index dca4df238..e8c68c82f 100644 --- a/test/start-up-with-containers/action.yaml +++ b/test/start-up-with-containers/action.yaml @@ -57,6 +57,7 @@ runs: echo "${pem}" >"${private_path}" cat "${private_path}" + chmod a+r "${private_path}" openssl rsa -in "${private_path}" -check