Your problem is most likely in this part of your config. It’s best to use secrets for these kinds of things.
The GitHub Release plugin allows you to set the api key with this secret: GITHUB_RELEASE_API_KEY
.
You can add your secret using the Drone CLI:
drone secret add --image=quay.io/naveensrinivasan/sonar Revature/core GITHUB_RELEASE_API_KEY {your_api_key}
Then you’ll need to sign your config like this:
drone sign Revature/core
After doing this you can remove the whole api_key
part from your drone config.