fix(ci): call infra repo not firezone (#9441)

In #9439 I incorrectly used this repo as the target. Updating to call
the correct repo.
This commit is contained in:
Jamil
2025-06-05 17:20:40 -07:00
committed by GitHub
parent 42fb6e4a5d
commit bbfde63ae9

View File

@@ -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 }}"