How to share secrets among multiple warehouses

I have used the account password of the ssh server in multiple warehouses. How do I configure multiple shared use at one time?

This is probably what you are looking for: https://docs.drone.io/secret/organization/

Advanced: You could also try to write an extension: https://docs.drone.io/extensions/secret/ (example project found here: https://github.com/drone/boilr-secret) that provides a secret to specific projects if the repos span many orgs.

Super advanced: You could use vault to manage your secrets: https://docs.drone.io/secret/external/vault/