Make WordPress Core


Ignore:
Timestamp:
05/03/2023 11:20:40 PM (3 years 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/test-old-branches.yml

    r55715 r55717  
    9595    name: Slack Notifications
    9696    uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
     97    permissions:
     98      actions: read
     99      contents: read
    97100    needs: [ dispatch-workflows-for-old-branches ]
    98101    if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
Note: See TracChangeset for help on using the changeset viewer.