Skip to content
Discussion options

You must be logged in to vote

add this at the end of your workflow yaml:

  • name: Notify Slack
    if: failure()
    uses: 8398a7/action-slack@v3
    with:
    status: failure
    env:
    SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sedsdrrt-eng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage ARC (Actions Runner Controller) For issues and discussions related to the Actions Runner Controller project source:ui Discussions created via Community GitHub templates
2 participants