From 9788d6ffc19550f10b8725cb94ec458bcdcec816 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 8 Jan 2025 21:48:31 +0700 Subject: [PATCH] fix example --- docs/examples/OpenIssue.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples/OpenIssue.php b/docs/examples/OpenIssue.php index 7e2207e..fb6613b 100644 --- a/docs/examples/OpenIssue.php +++ b/docs/examples/OpenIssue.php @@ -14,12 +14,12 @@ final readonly class OpenIssue implements PluginInterface { - private const YOUTRACK_URL = 'https://yt.kr.digital'; - private const AUTHORIZATION_TOKEN = 'perm:bXNhdmlu.NjctMjg=.cAwxwx1bebsCApr3yoyU1OJYaHiPQh'; + private const YOUTRACK_URL = 'https://yt'; + private const AUTHORIZATION_TOKEN = ''; private const PROJECT_ID = '59-178'; private const STAGE = 'Второй этап'; private const BRANCH_NAME = 'develop'; - private const GITLAB_PROJECT_URL = 'https://gitlab.kr.digital/dit/sphere/sphere-backend'; + private const GITLAB_PROJECT_URL = 'https://gitlab/backend'; public function handle(Report $report, Config $config): void {