From bbfde63ae909f5d5d40403027d97ae2bd2582125 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 5 Jun 2025 17:20:40 -0700 Subject: [PATCH] fix(ci): call infra repo not firezone (#9441) In #9439 I incorrectly used this repo as the target. Updating to call the correct repo. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c29fa463d..7c5aac041 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -47,6 +47,6 @@ jobs: --method POST \ --header "Accept: application/vnd.github+json" \ --header "X-GitHub-Api-Version: 2022-11-28" \ - /repos/firezone/firezone/dispatches \ + /repos/firezone/infra/dispatches \ --raw-field "event_type=checks-passed" \ --field "client_payload[sha]=${{ github.sha }}"