Skip to content

Commit

Permalink
slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Andrieiev committed Aug 17, 2023
1 parent 99d6e45 commit 5be6d7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/vyos-rolling-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ jobs:
delete_tags: true
env:
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

- name: Send Slack notification on fail
if: failure()
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 5be6d7b

Please sign in to comment.