From 0872731978a119905ddd509efc76573f1c6b680c Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 02 Sep 2022 10:27:42 +0000 Subject: [PATCH] fix: add secrets inheretance --- --- 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 -- gitstuff