mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Inherit secrets in the main workflow (#30708)
This is an attempt to fix results in the intermittent tracker.
This commit is contained in:
parent
3c57f2cb44
commit
e0c0b65e2a
3 changed files with 7 additions and 0 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue