Skip to content

Commit

Permalink
BC-5468 edit masking for env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Nov 6, 2023
1 parent bdd7e54 commit b2c9c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
while IFS="=" read -r key value; do
# if [[ ! "$key" =~ ^CYPRESS_(BRB|NBC|DEFAULT)_ ]]; then
echo "Setting $key"
echo "::add-mask::$key"
echo "::add-mask::$value"
echo "$key=$value" >> $GITHUB_ENV
# fi
done < <(jq -r 'to_entries | .[] | .key + "=" + .value' "$file_path")
Expand Down

0 comments on commit b2c9c88

Please sign in to comment.