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
1
.github/workflows/testing-build.yml
vendored
1
.github/workflows/testing-build.yml
vendored
|
|
@ -8,3 +8,4 @@ on:
|
||||||
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