From 8ec1a97f60d12f6568c57eb6d9187f43c5457725 Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 1 Dec 2025 17:53:24 +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