1
0
mirror of synced 2025-12-26 05:02:55 -05:00

Fix OpenAPI workflow (#53853)

This commit is contained in:
Rachael Sewell
2025-01-10 09:53:36 -08:00
committed by GitHub
parent 0c09084f7a
commit d45bedc602
3 changed files with 9 additions and 2 deletions

View File

@@ -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 }}