(04-06-0045) Personal Access Token is not granted with WRITE permission
Katalon AI Agent failed to generate user journey map.
The agent failed to generate test cases because it was not able to commit the tests to the repository.
To generate and store test cases, Katalon AI Agent requires Write permission to the configured Git repository. When setting up test environment for the agent, you need to link a Git script repository with Write permission.
If your Git script repository is not configured with Write permission, you need to reconfigure the script repository's personal access token with Write permission. See: Upload test scripts from the Git repository to TestOps.
The following are some specific examples of Write permission configuration for different Git providers.
- GitHub personal access token: you need to provide the
repo:status
scope. See: GitHub available scopes. - GitLab personal access token: you need to assign the
write_repository
scope. See: GitLab personal access token scopes. - Atlassian Bitbucket Repository Access Token: you need to provide the
repository:write
permission. See: Bitbucket Repository Access Token permissions. - Azure DevOps access token: you need to provide the
vso.code_write
scope. See: Azure DevOps access token scopes. - AWS CodeCommit Git credentials: you need to create an IAM policy with write access to repository. See: AWS managed policies for CodeCommit.