difftreelog
fix add secrets inheretance
in: master
2 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth37 xcm:37 xcm:38 if: contains( github.event.pull_request.labels.*.name, 'xcm')38 if: contains( github.event.pull_request.labels.*.name, 'xcm')39 uses: ./.github/workflows/xcm.yml39 uses: ./.github/workflows/xcm.yml40 secrets: inherit # pass all secrets404141 codestyle:42 codestyle:42 uses: ./.github/workflows/codestyle_v2.yml43 uses: ./.github/workflows/codestyle_v2.yml.github/workflows/ci-master.ymldiffbeforeafterboth36 xcm:36 xcm:37 if: contains( github.event.pull_request.labels.*.name, 'xcm')37 if: contains( github.event.pull_request.labels.*.name, 'xcm')38 uses: ./.github/workflows/xcm.yml38 uses: ./.github/workflows/xcm.yml39 secrets: inherit # pass all secrets394040 codestyle:41 codestyle:41 if: github.event.pull_request.draft == false42 if: github.event.pull_request.draft == false