drone-github-release icon indicating copy to clipboard operation
drone-github-release copied to clipboard

configure repo owner

Open ghost opened this issue 3 years ago • 0 comments

It would be nice to be able to configure repo owner variable, unless there is some way to override this for this step in CI config.

I get

execution failed: failed to create the release: failed to retrieve a release: failed to list releases: GET https://github.com/api/v3/repos/jack/ [...]

due to the fact I am running this in CI attached to Gitea, and then trying to create releases on a Github repo. My internal Gitea repo is under a different username, and as you can see requests are being made to the API with the wrong username (the internal one)

ghost avatar Jul 07 '22 22:07 ghost