git.delta.rocks / unique-network / refs/commits / 0872731978a1

difftreelog

fix add secrets inheretance

Alexander Aksenov2022-09-02parent: #2fd0e86.patch.diff
in: master

2 files changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
37 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.yml
40 secrets: inherit # pass all secrets
4041
41 codestyle:42 codestyle:
42 uses: ./.github/workflows/codestyle_v2.yml43 uses: ./.github/workflows/codestyle_v2.yml
modified.github/workflows/ci-master.ymldiffbeforeafterboth
--- 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