From c5bb740502061b30e729ab9216058837af8d82f2 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 1 Dec 2025 17:53:23 +0530 Subject: [PATCH] ci: pass secrets to testing build workflow --- .github/workflows/testing-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-build.yml b/.github/workflows/testing-build.yml index 8cd497a3..cbb8edaf 100644 --- a/.github/workflows/testing-build.yml +++ b/.github/workflows/testing-build.yml @@ -2,9 +2,10 @@ name: Testing build (on PR) on: pull_request: - branches: [ main ] - types: [ labeled, opened, synchronize, reopened ] + branches: [main] + types: [labeled, opened, synchronize, reopened] jobs: call-testing-build-workflow: uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main + secrets: inherit