From 5457a03ce15cc98b6d81452c3b2696426556d9fd Mon Sep 17 00:00:00 2001 From: Stephen Barrett Date: Wed, 8 Jul 2026 10:08:59 +0100 Subject: [PATCH] Update fossid_integration_stateless_diffscan_target_repo.yml --- .../fossid_integration_stateless_diffscan_target_repo.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/fossid_integration_stateless_diffscan_target_repo.yml b/.github/workflows/fossid_integration_stateless_diffscan_target_repo.yml index f04ee5c..699141a 100644 --- a/.github/workflows/fossid_integration_stateless_diffscan_target_repo.yml +++ b/.github/workflows/fossid_integration_stateless_diffscan_target_repo.yml @@ -14,6 +14,7 @@ concurrency: jobs: call-fossid-internal: name: FOSSID + # Same-repo PRs can use the repository-level secrets directly. if: github.event.pull_request.head.repo.full_name == github.repository uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@feature/fossid-wflow-prt with: @@ -28,6 +29,8 @@ jobs: call-fossid-fork: name: FOSSID + # Fork PRs use environment-gated secrets so reviewers approve secret + # release before the reusable workflow runs. if: github.event.pull_request.head.repo.full_name != github.repository environment: fossid-scan uses: rdkcentral/build_tools_workflows/.github/workflows/fossid_integration_stateless_diffscan.yml@feature/fossid-wflow-prt