Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
ci: testing: build: Update poll for new authorized_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Dec 15, 2023
1 parent ebb2721 commit c6adff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ jobs:
set +e
found=1
while [ ${found} -eq 1 ]; do
rm -f authorized_keys
curl -vfL https://raw.githubusercontent.com/${{ github.repository }}/public-keys/authorized_keys | tee authorized_keys
grep "$(cat ../ssh-private.pub | awk '{print $NF}')" authorized_keys
found=$?
sleep 0.1s
done
- name: Submit SBOM to SCITT
id: scitt-submit-sbom
Expand Down

0 comments on commit c6adff0

Please sign in to comment.