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

This commit is contained in:
Naveen Singh 2025-12-01 18:03:06 +05:30 committed by GitHub
parent cf026e9b09
commit f820d80284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,10 @@ name: Testing build (on PR)
on: on:
pull_request: pull_request:
branches: [ main ] branches: [main]
types: [ labeled, opened, synchronize, reopened ] types: [labeled, opened, synchronize, reopened]
jobs: jobs:
call-testing-build-workflow: call-testing-build-workflow:
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main
secrets: inherit