Skip to content

Commit

Permalink
Show COMPOSE_VARS secrets name(s)
Browse files Browse the repository at this point in the history
change-type: patch
  • Loading branch information
ab77 committed Mar 4, 2025
1 parent 0119cf5 commit 6841825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3179,6 +3179,8 @@ jobs:
while read -r line
do
name="$(echo "${line}" | awk -F'=' '{print $1}')"
echo "::info::masking COMPOSE_VARS:'${name}'"
secret="$(echo "${line}" | awk -F'=' '{print $2}')"
echo "::add-mask::${secret}"
done < "${COMPOSE_ENV_FILE}"
Expand Down

0 comments on commit 6841825

Please sign in to comment.