Heroku postgres rotated credentials

Hello, everyone

I’m setting up Doppler for a project in Heroku that connects with Postgres database

Heroku Postgres credentials automatically rotates from time to time, and inside Heroku there’s a way to sync the database URL with the app that’s using it.

But i would like to have it synced with Doppler in order to run it locally without worrying if the credential is updated.

I know that Heroku offers some tools to access the credentials and I can configure web hooks to implement this integration myself, but it would be easier if Doppler had a way to sync back some credential as well

Anyone else had to deal with something like this?