Changeset 55715 for trunk/.github/workflows/slack-notifications.yml
- Timestamp:
- 05/03/2023 10:15:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/slack-notifications.yml
r55152 r55715 26 26 description: 'The Slack webhook URL for a failed build.' 27 27 required: true 28 29 # Disable permissions for all available scopes by default. 30 # Any needed permissions should be configured at the job level. 31 permissions: {} 28 32 29 33 env: … … 45 49 name: Prepare notifications 46 50 runs-on: ubuntu-latest 51 permissions: 52 actions: read 53 contents: read 47 54 timeout-minutes: 5 48 55 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.event.workflow_run.event != 'pull_request' }}
Note: See TracChangeset
for help on using the changeset viewer.