mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Implicitly pass secrets to the called workflow.
This ensures the Hosting Test results API key is present for reporting results. Follow up to [56439] and [56440]. See #30462. git-svn-id: https://develop.svn.wordpress.org/trunk@56443 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
35f7b9ec72
commit
416d1a8ddc
2
.github/workflows/phpunit-tests.yml
vendored
2
.github/workflows/phpunit-tests.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
|
||||
permissions:
|
||||
contents: read
|
||||
secrets: inherit
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -90,6 +91,7 @@ jobs:
|
||||
uses: WordPress/wordpress-develop/.github/workflows/phpunit-tests-run.yml@trunk
|
||||
permissions:
|
||||
contents: read
|
||||
secrets: inherit
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user