Skip to content

Commit a74b774

Browse files
allow workflows to pull in secrets from the ci.yml (#10761)
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net> Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
1 parent 8b80d31 commit a74b774

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ jobs:
194194
checks: write
195195
statuses: write
196196
uses: ./.github/workflows/unit-tests.yml
197+
secrets: inherit
197198

198199
integrationTests:
199200
if: github.event_name == 'pull_request'
@@ -204,6 +205,7 @@ jobs:
204205
checks: write
205206
statuses: write
206207
uses: ./.github/workflows/integration-tests.yml
208+
secrets: inherit
207209

208210
referenceTests:
209211
if: github.event_name == 'pull_request'
@@ -213,7 +215,7 @@ jobs:
213215
contents: read
214216
packages: read
215217
checks: write
216-
statuses: write
218+
statuses: write
217219
uses: ./.github/workflows/reference-tests.yml
218220
secrets: inherit
219221

0 commit comments

Comments
 (0)