--- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -26,11 +26,11 @@ canary: uses: ./.github/workflows/canary.yml - secrets: inherit # pass all secrets + secrets: inherit # pass all secrets from initial workflow to nested xcm: uses: ./.github/workflows/xcm.yml - secrets: inherit # pass all secrets + secrets: inherit # pass all secrets from initial workflow to nested codestyle: uses: ./.github/workflows/codestyle_v2.yml