From 4b231cf028f0c8c71638e8ee18e3e21c01b9325e Mon Sep 17 00:00:00 2001 From: John Andersen Date: Tue, 12 Dec 2023 11:32:52 -0800 Subject: [PATCH] ci: tests: build: Fix wait for public key propagation --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1825303..8c8edf0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,7 +102,7 @@ jobs: set +e found=1 while [ ${found} -eq 1 ]; do - curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ssh-private.pub)" + curl -sfL https://raw.githubusercontent.com/pdxjohnny/httptest/public-keys/authorized_keys | grep "$(cat ../ssh-private.pub)" found=$? done - name: Submit SBOM to SCITT