From e8f4da9739b7c4de4140b53198a00bfced984dc9 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 9 Jul 2025 13:17:47 +0530 Subject: [PATCH] Update cicd.yaml: Use pull_request for authorize as we don't have pull_request_target event configured --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index e00c49aa..d1cf7c50 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -20,7 +20,7 @@ concurrency: jobs: Authorize: - environment: ${{ github.event_name == 'pull_request_target' && + environment: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }} runs-on: ubuntu-latest