16 lines
481 B
PHP
16 lines
481 B
PHP
<?php
|
|
return array(
|
|
'name' => 'push_github_token',
|
|
'triggers' => array(
|
|
0 => 'renew github',
|
|
1 => 'github token renew',
|
|
2 => 'renouvelle github',
|
|
3 => 'push github token',
|
|
4 => 'regenere github pat',
|
|
),
|
|
'cmd' => 'curl -s -d "k=WEVADS2026&action=create&goal=token_github_renew¶ms=%7B%7D" "http://127.0.0.1/api/blade-task-create.php"',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-21T03:24:00+00:00',
|
|
'source' => 'opus-v115-push-github',
|
|
);
|