--- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -37,6 +37,7 @@ xcm: if: contains( github.event.pull_request.labels.*.name, 'xcm') uses: ./.github/workflows/xcm.yml + secrets: inherit # pass all secrets codestyle: uses: ./.github/workflows/codestyle_v2.yml \ No newline at end of file --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -36,6 +36,7 @@ xcm: if: contains( github.event.pull_request.labels.*.name, 'xcm') uses: ./.github/workflows/xcm.yml + secrets: inherit # pass all secrets codestyle: if: github.event.pull_request.draft == false