Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
savinmikhail committed Jan 8, 2025
1 parent e9e1499 commit 9788d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/OpenIssue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 9788d6f

Please sign in to comment.