Skip to content

Commit c1c6f55

Browse files
committed
Added custom oauth authorization and token endpoints
1 parent 143f2f5 commit c1c6f55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/sources.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ message Bitbucket {
112112
bool skip_binaries = 7;
113113
bool skip_archives = 8;
114114
BitbucketInstallationType installation_type = 9;
115+
string oauth_authorization_endpoint = 10;
116+
string oauth_token_endpoint = 11;
115117
}
116118

117119
message CircleCI {

0 commit comments

Comments
 (0)