While creating the PR for one of the repository it starts executing drone checks based on the .drone.yml file which is available in the repository. We are getting the below error while execution.
Error response from daemon: Get "artifactory url": unknown: Props Authentication Token not found
We are suspecting that some secret value got expired or need to be updated for which I was trying to view the secret values but I couldn’t. I am also the admin of the drone. Below are the drone commands and corresponding output.
**# drone secret ls - list secrets --repository
Pull Request Read: false
Pull Request Write: false **
drone secret info --repository --name docker_username
DOCKER_USERNAME
Pull Request Read: false
Pull Request Write: false
Could anyone help me regarding this!!