Skip to content

Commit

Permalink
#1835 updated autoreporter key to 2024.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Nov 16, 2024
1 parent 297e6a7 commit d20c3b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class YoutrackErrorHandler extends ErrorReportSubmitter {
public static final String YOUTRACK_PROPERTY_KEY = "youtrack.token";
public static final String YOUTRACK_PROPERTY_VALUE = System.getProperty(YOUTRACK_PROPERTY_KEY);
private static final String ADMIN_TOKEN = "Bearer " + YOUTRACK_PROPERTY_VALUE;
private static final String ACCESS_TOKEN = "Bearer perm:YXV0b3JlcG9ydGVy.NjEtMjE=.7ylXO3QulwaVCA2ZEGLIdc0wPAJQ13";
private static final String ACCESS_TOKEN = "Bearer perm:YXV0b3JlcG9ydGVy.NjEtMjI=.8vBQNSaZTUCojZZYUn4uayG1BKDfTk";

@Override
public @NotNull String getReportActionText() {
Expand Down

0 comments on commit d20c3b6

Please sign in to comment.