You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: