From cfd3df8900013cb305cdd4bf6a71a0b6290375cb Mon Sep 17 00:00:00 2001 From: jaehyuk park Date: Fri, 6 Mar 2026 16:18:37 +0900 Subject: [PATCH] chore: rename org metisx-dev to xcena-dev in GitHub workflows Co-Authored-By: Claude Opus 4.6 --- .github/workflows/notify_parent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_parent.yml b/.github/workflows/notify_parent.yml index 7508e22..986de04 100644 --- a/.github/workflows/notify_parent.yml +++ b/.github/workflows/notify_parent.yml @@ -14,6 +14,6 @@ jobs: uses: peter-evans/repository-dispatch@v3 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - repository: metisx-dev/sdk_release + repository: xcena-dev/sdk_release event-type: main_merged_notification_from_driver client-payload: '{"message": "PR merged into main"}' \ No newline at end of file