Changeset 62251 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 04/21/2026 04:56:34 PM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r61875 r62251 67 67 permissions: 68 68 contents: read 69 secrets: inherit 69 secrets: 70 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 71 WPT_REPORT_API_KEY: ${{ secrets.WPT_REPORT_API_KEY }} 70 72 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 71 73 strategy: … … 144 146 permissions: 145 147 contents: read 146 secrets: inherit 148 secrets: 149 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 150 WPT_REPORT_API_KEY: ${{ secrets.WPT_REPORT_API_KEY }} 147 151 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 148 152 strategy: … … 196 200 permissions: 197 201 contents: read 198 secrets: inherit 202 secrets: 203 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 204 WPT_REPORT_API_KEY: ${{ secrets.WPT_REPORT_API_KEY }} 199 205 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 200 206 strategy: … … 239 245 permissions: 240 246 contents: read 241 secrets: inherit 247 secrets: 248 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 249 WPT_REPORT_API_KEY: ${{ secrets.WPT_REPORT_API_KEY }} 242 250 if: ${{ startsWith( github.repository, 'WordPress/' ) && ( github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' ) }} 243 251 strategy: … … 268 276 permissions: 269 277 contents: read 270 secrets: inherit 278 secrets: 279 CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} 280 WPT_REPORT_API_KEY: ${{ secrets.WPT_REPORT_API_KEY }} 271 281 if: ${{ ! startsWith( github.repository, 'WordPress/' ) && github.event_name == 'pull_request' }} 272 282 strategy:
Note: See TracChangeset
for help on using the changeset viewer.