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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue