This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new d15d9e5b7a0 NO-ISSUE: KIE Sandbox: Update GitLab token size to 57
(#3263)
d15d9e5b7a0 is described below
commit d15d9e5b7a05408d79fcba484cbbef44de0012ce
Author: Luiz João Motta <[email protected]>
AuthorDate: Fri Aug 29 18:55:42 2025 -0300
NO-ISSUE: KIE Sandbox: Update GitLab token size to 57 (#3263)
---
packages/online-editor/src/accounts/git/ConnectToGitSection.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/online-editor/src/accounts/git/ConnectToGitSection.tsx
b/packages/online-editor/src/accounts/git/ConnectToGitSection.tsx
index 4e1f8a19482..29b9bfdfd31 100644
--- a/packages/online-editor/src/accounts/git/ConnectToGitSection.tsx
+++ b/packages/online-editor/src/accounts/git/ConnectToGitSection.tsx
@@ -50,7 +50,7 @@ import { HelperText, HelperTextItem } from
"@patternfly/react-core/dist/js/compo
export const GITHUB_OAUTH_TOKEN_SIZE = 40;
export const BITBUCKET_OAUTH_TOKEN_SIZE = 40;
-export const GITLAB_OAUTH_TOKEN_SIZE = 40;
+export const GITLAB_OAUTH_TOKEN_SIZE = 57;
export const GITHUB_TOKENS_HOW_TO_URL =
"https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]