mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-28 17:24:33 +00:00
Build/Test Tools: Fix the permissions that are granted to the Slack notifications workflow.
Follow-up to [55715]. See #57865 git-svn-id: https://develop.svn.wordpress.org/trunk@55717 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
3
.github/workflows/javascript-tests.yml
vendored
3
.github/workflows/javascript-tests.yml
vendored
@@ -89,6 +89,9 @@ jobs:
|
||||
slack-notifications:
|
||||
name: Slack Notifications
|
||||
uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
needs: [ test-js ]
|
||||
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user