Closed aldenquimby closed 12 months ago
db_url
postgres://USER:PASS@HOST/DB
jdbc:postgresql://HOST/DB?user=USER&password=PASS
password
create-branch-action
secrets.NEON_PASSWORD
secrets.NEON_API_KEY
neonctl
@duskpoet thoughts on this? My team is using a fork for now
@duskpoet great, thank you! I don't have write access to the repo, so will leave it to you to merge. Appreciate the quick reviews
Background
db_url
postgres://USER:PASS@HOST/DB
, it'sjdbc:postgresql://HOST/DB?user=USER&password=PASS
Proposal
password
as an output, so that we can run Flyway migrations (or any other non-psql based migration system) aftercreate-branch-action
Alterantives
secrets.NEON_PASSWORD
, but I'd prefer to only needsecrets.NEON_API_KEY
given thatneonctl
returns everything I needneonctl
directly instead of this action