6666 uses : ./.github/workflows/reusable-phpunit-tests-v3.yml
6767 permissions :
6868 contents : read
69- secrets : inherit
69+ secrets :
70+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
71+ WPT_REPORT_API_KEY : ${{ secrets.WPT_REPORT_API_KEY }}
7072 if : ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
7173 strategy :
7274 fail-fast : false
@@ -143,7 +145,9 @@ jobs:
143145 uses : ./.github/workflows/reusable-phpunit-tests-v3.yml
144146 permissions :
145147 contents : read
146- secrets : inherit
148+ secrets :
149+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
150+ WPT_REPORT_API_KEY : ${{ secrets.WPT_REPORT_API_KEY }}
147151 if : ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
148152 strategy :
149153 fail-fast : false
@@ -177,7 +181,7 @@ jobs:
177181 multisite : ${{ matrix.multisite }}
178182 memcached : ${{ matrix.memcached }}
179183 phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
180- report : ${{ false }}
184+ report : false
181185
182186 #
183187 # Creates PHPUnit test jobs to test MariaDB and MySQL innovation releases.
@@ -195,7 +199,9 @@ jobs:
195199 uses : ./.github/workflows/reusable-phpunit-tests-v3.yml
196200 permissions :
197201 contents : read
198- secrets : inherit
202+ secrets :
203+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
204+ WPT_REPORT_API_KEY : ${{ secrets.WPT_REPORT_API_KEY }}
199205 if : ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
200206 strategy :
201207 fail-fast : false
@@ -223,7 +229,7 @@ jobs:
223229 multisite : ${{ matrix.multisite }}
224230 memcached : ${{ matrix.memcached }}
225231 phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
226- report : ${{ false }}
232+ report : false
227233
228234 #
229235 # Runs the HTML API test group.
@@ -238,7 +244,9 @@ jobs:
238244 uses : ./.github/workflows/reusable-phpunit-tests-v3.yml
239245 permissions :
240246 contents : read
241- secrets : inherit
247+ secrets :
248+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
249+ WPT_REPORT_API_KEY : ${{ secrets.WPT_REPORT_API_KEY }}
242250 if : ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }}
243251 strategy :
244252 fail-fast : false
@@ -267,7 +275,9 @@ jobs:
267275 uses : ./.github/workflows/reusable-phpunit-tests-v3.yml
268276 permissions :
269277 contents : read
270- secrets : inherit
278+ secrets :
279+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
280+ WPT_REPORT_API_KEY : ${{ secrets.WPT_REPORT_API_KEY }}
271281 if : ${{ ! startsWith( github.repository, 'WordPress/' ) && github.event_name == 'pull_request' }}
272282 strategy :
273283 fail-fast : false
0 commit comments