From c85373e9442ed48921a2437f14d83710fb01d9f3 Mon Sep 17 00:00:00 2001 From: "w. ian douglas" Date: Tue, 9 Sep 2025 21:44:30 -0600 Subject: [PATCH] also adding this change to the api key send for recipes (#4587) --- .github/workflows/send-api-key.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-api-key.yml b/.github/workflows/send-api-key.yml index f9e65773..dfaf6ce7 100644 --- a/.github/workflows/send-api-key.yml +++ b/.github/workflows/send-api-key.yml @@ -1,7 +1,7 @@ name: Send API Key on PR Merge on: - pull_request: + pull_request_target: types: [closed] paths: - 'documentation/src/pages/recipes/data/recipes/**'