From e447ee1c92fd227e0bb54501e1950d7c525c41eb Mon Sep 17 00:00:00 2001 From: abangau Date: Mon, 16 Sep 2024 17:21:31 +0300 Subject: [PATCH] added more documentation --- .../tools/octane/branches/BranchesPublisher/help.html | 5 +++++ .../tools/octane/pullrequests/PullRequestPublisher/help.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/main/resources/com/microfocus/application/automation/tools/octane/branches/BranchesPublisher/help.html b/src/main/resources/com/microfocus/application/automation/tools/octane/branches/BranchesPublisher/help.html index 78929442d..5a6df9c54 100644 --- a/src/main/resources/com/microfocus/application/automation/tools/octane/branches/BranchesPublisher/help.html +++ b/src/main/resources/com/microfocus/application/automation/tools/octane/branches/BranchesPublisher/help.html @@ -79,6 +79,11 @@ Github Server User/password and PAT + + GitLab + PAT only + Click on your profile icon -> Edit Profile -> Access tokens -> Add new token (Assign the read_api and the read_repository permissions) +
diff --git a/src/main/resources/com/microfocus/application/automation/tools/octane/pullrequests/PullRequestPublisher/help.html b/src/main/resources/com/microfocus/application/automation/tools/octane/pullrequests/PullRequestPublisher/help.html index be5f178e4..f8dd98a03 100644 --- a/src/main/resources/com/microfocus/application/automation/tools/octane/pullrequests/PullRequestPublisher/help.html +++ b/src/main/resources/com/microfocus/application/automation/tools/octane/pullrequests/PullRequestPublisher/help.html @@ -84,6 +84,11 @@ Github Server User/password and PAT + + GitLab + PAT only + Click on your profile icon -> Edit Profile -> Access tokens -> Add new token (Assign the read_api and the read_repository permissions) +