Fix OpenAPI workflow (#53853)
This commit is contained in:
6
.github/workflows/sync-codeql-cli.yml
vendored
6
.github/workflows/sync-codeql-cli.yml
vendored
@@ -109,3 +109,9 @@ jobs:
|
||||
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
|
||||
--repo github/docs-internal \
|
||||
--label "codeql-cli-pipeline,skip FR board,ready-for-doc-review"
|
||||
|
||||
- uses: ./.github/actions/slack-alert
|
||||
if: ${{ failure() && github.event_name != 'workflow_dispatch' }}
|
||||
with:
|
||||
slack_channel_id: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
|
||||
slack_token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user