ci: Inherit secrets in workflow call to integrations tests (#31630)
This commit is contained in:
parent
73a7e3e8e7
commit
cd8cefd965
1
.github/workflows/ok-to-test-2.yml
vendored
1
.github/workflows/ok-to-test-2.yml
vendored
|
|
@ -148,6 +148,7 @@ jobs:
|
|||
needs: [parse-tags]
|
||||
if: success()
|
||||
uses: ./.github/workflows/integration-tests-command-2.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
tags: ${{ needs.parse-tags.outputs.tags}}
|
||||
matrix: ${{ needs.parse-tags.outputs.matrix}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user