mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
add cronjob.org support
This commit is contained in:
@ -62,4 +62,7 @@ return [
|
||||
'redirect' => env('GITHUB_REDIRECT_URL'),
|
||||
],
|
||||
|
||||
'cron_job_org' => [
|
||||
'auth_token' => env('CRON_JOB_AUTH_TOKEN', 0)
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user