mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +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
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -147,6 +147,7 @@ jobs:
|
|||
production: ${{ inputs.production == 'true' }}
|
||||
wpt: ${{ inputs.wpt }}
|
||||
layout: "layout-2020"
|
||||
secrets: inherit
|
||||
|
||||
wpt-2013:
|
||||
if: ${{ github.ref_name == 'try-wpt' || inputs.layout == '2013' || inputs.layout == 'all' }}
|
||||
|
@ -157,6 +158,7 @@ jobs:
|
|||
production: ${{ inputs.production == 'true' }}
|
||||
wpt: ${{ inputs.wpt }}
|
||||
layout: "layout-2013"
|
||||
secrets: inherit
|
||||
|
||||
result:
|
||||
name: Result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue