Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lester committed Jan 10, 2024
1 parent bbfd13b commit b97b14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Checks/GitHubActionsCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GitHubActionsCheck extends Check
public function run(): Result
{
$result = Result::make();
$response = Http::withToken(config('health-exp.mailgun.secret') ?: '')
$response = Http::withToken(config('health-exp.github.secret') ?: '')
->get("https://api.github.com/repos/{$this->owner}/{$this->repo}/actions/runs");

$array = $response->json('workflow_runs');
Expand Down

0 comments on commit b97b14d

Please sign in to comment.