Skip to content

Commit

Permalink
Added: password mask (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-git-dev authored May 22, 2024
1 parent 0de576d commit f8dab74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ runs:
DB_URL_WITH_POOLER=$(echo $NEON_CS_POOLER | jq -r '.connection_string')
DB_HOST_WITH_POOLER=$(echo $NEON_CS_POOLER | jq -r '.host')
fi
echo "::add-mask::$DB_PASSWORD"
echo "db_url=${DB_URL}" >> $GITHUB_OUTPUT
echo "db_url_with_pooler=${DB_URL_WITH_POOLER}" >> $GITHUB_OUTPUT
echo "password=${DB_PASSWORD}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f8dab74

Please sign in to comment.