Skip to content

Commit 9788d6f

Browse files
committed
fix example
1 parent e9e1499 commit 9788d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/OpenIssue.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
final readonly class OpenIssue implements PluginInterface
1616
{
17-
private const YOUTRACK_URL = 'https://yt.kr.digital';
18-
private const AUTHORIZATION_TOKEN = 'perm:bXNhdmlu.NjctMjg=.cAwxwx1bebsCApr3yoyU1OJYaHiPQh';
17+
private const YOUTRACK_URL = 'https://yt';
18+
private const AUTHORIZATION_TOKEN = '';
1919
private const PROJECT_ID = '59-178';
2020
private const STAGE = 'Второй этап';
2121
private const BRANCH_NAME = 'develop';
22-
private const GITLAB_PROJECT_URL = 'https://gitlab.kr.digital/dit/sphere/sphere-backend';
22+
private const GITLAB_PROJECT_URL = 'https://gitlab/backend';
2323

2424
public function handle(Report $report, Config $config): void
2525
{

0 commit comments

Comments
 (0)