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
--- 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
modified.github/workflows/ci-master.ymldiffbeforeafterboth
36 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.yml
39 secrets: inherit # pass all secrets
3940
40 codestyle:41 codestyle:
41 if: github.event.pull_request.draft == false42 if: github.event.pull_request.draft == false