mirror of
https://github.com/FossifyOrg/Camera.git
synced 2025-12-23 15:49:08 -05:00
ci: pass secrets to testing build workflow (#208)
This commit is contained in:
5
.github/workflows/testing-build.yml
vendored
5
.github/workflows/testing-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user