Skip to content

Commit

Permalink
fixup! Omit scm-username annotation from the PAT secret
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig committed Jul 20, 2023
1 parent 1657ebb commit d4f2698
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public PersonalAccessToken fetchPersonalAccessToken(Subject cheUser, String scmS
* @throws UnknownScmProviderException - if none of PersonalAccessTokenFetchers return a
* meaningful result.
*/
@Deprecated
public boolean isValid(PersonalAccessToken personalAccessToken)
throws UnknownScmProviderException, ScmUnauthorizedException, ScmCommunicationException {
for (PersonalAccessTokenFetcher fetcher : personalAccessTokenFetchers) {
Expand Down

0 comments on commit d4f2698

Please sign in to comment.