Make WordPress Core


Ignore:
Timestamp:
08/11/2025 04:42:33 PM (6 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Add some further missing permissions to the GitHub Actions workflows.

These permissions are not required for a public repo but are required for a private repo, for example a private fork.

Props johnbillion, desrosj

Follow-up to r60612.

See #63170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/check-built-files.yml

    r60350 r60624  
    4747    if: ${{ github.repository == 'wordpress/wordpress-develop' && ( github.actor != 'dependabot[bot]' || github.event.commits < 2 ) }}
    4848    uses: ./.github/workflows/reusable-check-built-files.yml
     49    permissions:
     50      contents: read
Note: See TracChangeset for help on using the changeset viewer.