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.
Built from https://develop.svn.wordpress.org/trunk@56443


git-svn-id: http://core.svn.wordpress.org/trunk@55955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-08-24 14:23:16 +00:00
parent bf18785366
commit f4ee013cc2

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56442';
$wp_version = '6.4-alpha-56443';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.