Make WordPress Core


Ignore:
Timestamp:
05/03/2023 11:20:40 PM (18 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Fix the permissions that are granted to the Slack notifications workflow.

Follow-up to [55715].

See #57865

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/php-compatibility.yml

    r55715 r55717  
    115115    name: Slack Notifications
    116116    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
     117    permissions:
     118      actions: read
     119      contents: read
    117120    needs: [ php-compatibility ]
    118121    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.