ci: pass secrets to testing build workflow (#612)
This commit is contained in:
parent
cf026e9b09
commit
f820d80284
1 changed files with 3 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue