Skip to content

Commit 451c678

Browse files
authored
fix(ci/cd): correctly inheriting secrets (#5199)
1 parent 0ab3da1 commit 451c678

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/default.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
build-showcase-stencil:
107107
uses: ./.github/workflows/01-build-showcases.yml
108108
needs: [build-packages]
109+
secrets: inherit
109110
with:
110111
showcase: stencil-showcase
111112

@@ -118,6 +119,7 @@ jobs:
118119
build-showcase-angular:
119120
uses: ./.github/workflows/01-build-showcases.yml
120121
needs: [build-packages]
122+
secrets: inherit
121123
with:
122124
showcase: angular-showcase
123125

@@ -130,6 +132,7 @@ jobs:
130132
build-showcase-angular-ssr:
131133
uses: ./.github/workflows/01-build-showcases.yml
132134
needs: [build-packages]
135+
secrets: inherit
133136
with:
134137
showcase: angular-ssr-showcase
135138

@@ -142,6 +145,7 @@ jobs:
142145
build-showcase-react:
143146
uses: ./.github/workflows/01-build-showcases.yml
144147
needs: [build-packages]
148+
secrets: inherit
145149
with:
146150
showcase: react-showcase
147151

@@ -154,6 +158,7 @@ jobs:
154158
build-showcase-next:
155159
uses: ./.github/workflows/01-build-showcases.yml
156160
needs: [build-packages]
161+
secrets: inherit
157162
with:
158163
showcase: next-showcase
159164

@@ -166,6 +171,7 @@ jobs:
166171
build-showcase-vue:
167172
uses: ./.github/workflows/01-build-showcases.yml
168173
needs: [build-packages]
174+
secrets: inherit
169175
with:
170176
showcase: vue-showcase
171177

@@ -178,6 +184,7 @@ jobs:
178184
build-showcase-nuxt:
179185
uses: ./.github/workflows/01-build-showcases.yml
180186
needs: [build-packages]
187+
secrets: inherit
181188
with:
182189
showcase: nuxt-showcase
183190

@@ -190,6 +197,7 @@ jobs:
190197
build-showcase-patternhub:
191198
uses: ./.github/workflows/01-build-patternhub.yml
192199
needs: [build-packages]
200+
secrets: inherit
193201

194202
cancel-on-failure-build-showcase-patternhub:
195203
if: ${{ !cancelled() && needs.build-showcase-patternhub.result == 'failure' }}

0 commit comments

Comments
 (0)