Is there a way to gather current keys in drone?

I know the command:
drone --skip-verify orgsecret info

This command works. This shows all our current orgs and if they have keys.

Is it possible to view the actual keys? We need to add a new repo under an org but no one documented what the key was was or where it is.
Tried the following
drone --skip-verify orgsecret info

I get this error when running the info command
client error 404: 404 page not found

Running drone binary version 1.2.1

Any recommendations?

Hello Dave,

There isn’t any option to view the secret value once it is set.
Also can you share the exact use-case on where you need the key value to add the repository.