mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Inherit secrets in the main workflow (#30708)
This is an attempt to fix results in the intermittent tracker.
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -86,6 +86,7 @@ jobs:
|
||||
uses: ./.github/workflows/windows.yml
|
||||
with:
|
||||
unit-tests: ${{ fromJson(needs.decision.outputs.configuration).unit_tests }}
|
||||
secrets: inherit
|
||||
|
||||
build-mac:
|
||||
name: Mac
|
||||
@@ -94,6 +95,7 @@ jobs:
|
||||
uses: ./.github/workflows/mac.yml
|
||||
with:
|
||||
unit-tests: ${{ fromJson(needs.decision.outputs.configuration).unit_tests }}
|
||||
secrets: inherit
|
||||
|
||||
build-linux:
|
||||
name: Linux
|
||||
@@ -104,6 +106,7 @@ jobs:
|
||||
wpt: 'test'
|
||||
layout: ${{ fromJson(needs.decision.outputs.configuration).layout }}
|
||||
unit-tests: ${{ fromJson(needs.decision.outputs.configuration).unit_tests }}
|
||||
secrets: inherit
|
||||
|
||||
build-result:
|
||||
name: Result
|
||||
|
||||
Reference in New Issue
Block a user