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

This commit is contained in:
Naveen Singh
2025-12-01 18:02:55 +05:30
committed by GitHub
parent 24c3c84201
commit 5fe35e35c4

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