Skip to content

Commit c5149c8

Browse files
remove invalid secret
1 parent 643bfd9 commit c5149c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/run.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
use Demo\Test;
1010

11-
$USER_EMAIL = '[email protected]'; // change this with your own copyleaks email.
12-
$USER_KEY = '50625ec7-db62-436b-ac56-c6a242a94343'; // change this with your own copyleaks API key.
11+
$USER_EMAIL = '<USER_EMAIL>'; // change this with your own copyleaks email.
12+
$USER_KEY = '<API_KEY>'; // change this with your own copyleaks API key.
1313
$WEBHOOK_URL = '<WEBHOOK_URL>'; //exe https://glacial-refuge-96501.herokuapp.com/10b0z2w1
1414

1515
$test = new Test();

0 commit comments

Comments
 (0)