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