mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Add mask
This commit is contained in:
3
.github/workflows/cloud-extensions.yml
vendored
3
.github/workflows/cloud-extensions.yml
vendored
@@ -79,6 +79,9 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
URI=$(echo ${res::-3} | jq -r .uri)
|
||||
sed +x
|
||||
password=$(echo "$URI" | sed -n 's|.*://[^:]*:\([^@]*\)@.*|\1|p')
|
||||
echo ::add-mask::$password
|
||||
echo uri=${URI} >> ${GITHUB_OUTPUT}
|
||||
env:
|
||||
PROJECT_ID: ${{ inputs.project_id }}
|
||||
|
||||
Reference in New Issue
Block a user