diff --git a/.github/workflows/ok-to-test-2.yml b/.github/workflows/ok-to-test-2.yml index 1549a542ee..3e1a9a1786 100644 --- a/.github/workflows/ok-to-test-2.yml +++ b/.github/workflows/ok-to-test-2.yml @@ -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}}