Skip to content

Commit

Permalink
ci: fix missing say command (#5313)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Sauer <danny.sauer@hpe.com>
  • Loading branch information
rb-determined-ai and dannysauer authored Oct 21, 2022
1 parent 13760a3 commit c711c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-----'
Expand Down

0 comments on commit c711c43

Please sign in to comment.