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 e2fba20 commit f3a2aa1Copy full SHA for f3a2aa1
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubAppCredentials.java
@@ -173,7 +173,7 @@ public Secret getPassword() {
173
appInstallationToken = token.getToken();
174
long expiration;
175
try {
176
- // Adjust the token expiration to request a new token a earlier than required.
+ // Adjust the token expiration to request a new token earlier than required.
177
// This reduces the chance that a password will be requested and then
178
// expire in the middle of a step execution
179
expiration = token.getExpiresAt().toInstant().getEpochSecond() - TOKEN_EXPIRATION_BUFFER_SECONDS;
0 commit comments