Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b37f77 commit 720dcc2Copy full SHA for 720dcc2
routers/api/v1/repo/action.go
@@ -505,7 +505,7 @@ func (Action) GetRegistrationToken(ctx *context.APIContext) {
505
// "200":
506
// "$ref": "#/responses/RegistrationToken"
507
508
- shared.GetRegistrationToken(ctx, ctx.Repo.Repository.OwnerID, ctx.Repo.Repository.ID)
+ shared.GetRegistrationToken(ctx, 0, ctx.Repo.Repository.ID)
509
}
510
511
var _ actions_service.API = new(Action)
0 commit comments