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/upgrade-develop-testing.yml

    r60534 r60624  
    5858    if: ${{ github.repository == 'WordPress/wordpress-develop' }}
    5959    needs: [ build ]
     60    permissions:
     61      contents: read
    6062    strategy:
    6163      fail-fast: false
     
    9193    if: ${{ github.repository != 'WordPress/wordpress-develop' }}
    9294    needs: [ build ]
     95    permissions:
     96      contents: read
    9397    strategy:
    9498      fail-fast: false
Note: See TracChangeset for help on using the changeset viewer.