Skip to content

Commit

Permalink
Merge pull request #425 from reedy/patch-8
Browse files Browse the repository at this point in the history
git-exporter/run.sh: Add HA doc link for storing secrets
  • Loading branch information
Poeschl authored Jan 13, 2024
2 parents af24d74 + 4b389dc commit 1164c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-exporter/root/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function check_secrets {
bashio::log.info 'Checking for secrets'
# shellcheck disable=SC2046
git secrets --scan $(find $local_repository -name '*.yaml' -o -name '*.yml' -o -name '*.json' -o -name '*.disabled') \
|| (bashio::log.error 'Found secrets in files!!! Fix them to be able to commit!' && exit 1)
|| (bashio::log.error 'Found secrets in files!!! Fix them to be able to commit! See https://www.home-assistant.io/docs/configuration/secrets/ for more information!' && exit 1)
}

function export_ha_config {
Expand Down

0 comments on commit 1164c19

Please sign in to comment.