ci: pass secrets to testing build workflow (#94)

This commit is contained in:
Naveen Singh
2025-12-01 18:01:09 +05:30
committed by GitHub
parent 8a88589840
commit 870b80318e

View File

@@ -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