From dd1750a1a1b04566b5ef7e570947d940b88ef7ee Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:55:48 -0500 Subject: [PATCH] Allow opentelemetry-python forks to use CI Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .github/workflows/contrib.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 5552d6fe04d..dcd58e69b0a 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -10,5 +10,6 @@ jobs: contrib_0: uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main with: + CORE_REPO: ${{ github.repository }} CORE_REPO_SHA: ${{ github.sha }} CONTRIB_REPO_SHA: main