ci: Inherit secrets in workflow call to integrations tests (#31630)

This commit is contained in:
Nidhi 2024-03-09 09:08:47 +05:30 committed by GitHub
parent 73a7e3e8e7
commit cd8cefd965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}}