Build/Test Tools: Fix Performance GH workflows on release branches.

This fixes an issue after [59170] that was causing the Performance release workflows to fail on older branches since the `CODEVITALS_PROJECT_TOKEN` input value was marked as required but was not being passed.

Fixes #62153.
Props desrosj, joemcgill, flixos90.

Built from https://develop.svn.wordpress.org/trunk@59214


git-svn-id: http://core.svn.wordpress.org/trunk@58607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Joe McGill 2024-10-11 15:57:17 +00:00
parent d7fd9dc225
commit fdcb9f2613
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-beta2-59213';
$wp_version = '6.7-beta2-59214';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.