From c711c43218d0784a8a736ffb18687ccf5c6196df Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 21 Oct 2022 10:38:52 -0600 Subject: [PATCH] ci: fix missing say command (#5313) Co-authored-by: Danny Sauer --- .github/workflows/lint-secrets.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-secrets.yml b/.github/workflows/lint-secrets.yml index 6bf30072dd5..01984a6b01e 100644 --- a/.github/workflows/lint-secrets.yml +++ b/.github/workflows/lint-secrets.yml @@ -31,6 +31,8 @@ jobs: rm -rf .tmp - name: Configure git-secrets run: | + # workaround git-secrets requiring the say command + ln -s "$(which echo)" /usr/local/bin/say git secrets --install git secrets --register-aws git secrets --add '"private_key":\s"-----BEGIN\sPRIVATE\sKEY-----'