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 d39bce7 commit 81fa471Copy full SHA for 81fa471
routers/api/v1/repo/action.go
@@ -504,7 +504,7 @@ func (Action) GetRegistrationToken(ctx *context.APIContext) {
504
// "200":
505
// "$ref": "#/responses/RegistrationToken"
506
507
- shared.GetRegistrationToken(ctx, ctx.Repo.Repository.OwnerID, ctx.Repo.Repository.ID)
+ shared.GetRegistrationToken(ctx, 0, ctx.Repo.Repository.ID)
508
}
509
510
var _ actions_service.API = new(Action)
0 commit comments