From 35cb40752c7d9b0c48ed807349404d53b2d89ba1 Mon Sep 17 00:00:00 2001 From: Elaine Laguerta Date: Mon, 27 May 2024 10:52:29 -0700 Subject: [PATCH] replace hardcoded org with github event context --- .github/workflows/fossa-default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fossa-default.yml b/.github/workflows/fossa-default.yml index 1f07162..6c8bd29 100644 --- a/.github/workflows/fossa-default.yml +++ b/.github/workflows/fossa-default.yml @@ -6,7 +6,7 @@ on: jobs: check_env: - uses: newrelic-csec/.github/.github/workflows/fossa-check-env.yml@reusable + uses: ${{ github.event.organization }}/.github/.github/workflows/fossa-check-env.yml@reusable fossa: needs: check_env @@ -23,4 +23,4 @@ jobs: steps: - uses: actions/checkout@v3 - id: fossa-cli - uses: newrelic-csec/.github/.github/composite/fossa-composite@reusable + uses: ${{ github.event.organization }}/.github/.github/composite/fossa-composite@reusable