How to prompt user for entering Secret/Env variable with Deploy to Worker button

I have a GitHub repo with a Deploy to Worker button, but after the Worker has been deployed, the user needs to configure a secret for the application to work correctly.
Is there a built-in way to prompt the user to enter this?
I’m currently providing instructions in the README after the deploy button.

Here’s the repo: GitHub - Swimburger/Transcribe-Audio-on-Cloudflare-Workers