mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user