File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,6 +172,9 @@ jobs:
172172 slack-notifications :
173173 name : Slack Notifications
174174 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
175+ permissions :
176+ actions : read
177+ contents : read
175178 needs : [ phpcs, jshint ]
176179 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
177180 with :
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ jobs:
116116 slack-notifications :
117117 name : Slack Notifications
118118 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
119+ permissions :
120+ actions : read
121+ contents : read
119122 needs : [ e2e-tests ]
120123 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
121124 with :
Original file line number Diff line number Diff line change 8989 slack-notifications :
9090 name : Slack Notifications
9191 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
92+ permissions :
93+ actions : read
94+ contents : read
9295 needs : [ test-js ]
9396 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
9497 with :
Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ jobs:
197197 slack-notifications :
198198 name : Slack Notifications
199199 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
200+ permissions :
201+ actions : read
202+ contents : read
200203 needs : [ performance ]
201204 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
202205 with :
Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ jobs:
114114 slack-notifications :
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() }}
119122 with :
Original file line number Diff line number Diff line change @@ -226,6 +226,9 @@ jobs:
226226 slack-notifications :
227227 name : Slack Notifications
228228 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
229+ permissions :
230+ actions : read
231+ contents : read
229232 needs : [ test-php ]
230233 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
231234 with :
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ jobs:
147147 slack-notifications :
148148 name : Slack Notifications
149149 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
150+ permissions :
151+ actions : read
152+ contents : read
150153 needs : [ bundle-theme, test-build-scripts ]
151154 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
152155 with :
Original file line number Diff line number Diff line change @@ -175,6 +175,9 @@ jobs:
175175 slack-notifications :
176176 name : Slack Notifications
177177 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
178+ permissions :
179+ actions : read
180+ contents : read
178181 needs : [ test-coverage-report ]
179182 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
180183 with :
Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ jobs:
174174 slack-notifications :
175175 name : Slack Notifications
176176 uses : WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk
177+ permissions :
178+ actions : read
179+ contents : read
177180 needs : [ test-npm, test-npm-macos ]
178181 if : ${{ github.repository == 'WordPress/wordpress-develop' && github.event_name != 'pull_request' && always() }}
179182 with :
Original file line number Diff line number Diff line change 9494 slack-notifications :
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() }}
99102 with :
You can’t perform that action at this time.
0 commit comments