Skip to content

Commit

Permalink
ci(release-workflow): add slack notification step
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamahmood committed May 28, 2024
1 parent 13c7c84 commit 5f81644
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,13 @@ jobs:
if: steps.release.conclusion == 'success'
run: |
git branch -D ci-version-update &>/dev/null || true
git push origin :ci-version-update &>/dev/null || true
git push origin :ci-version-update &>/dev/null || true
- name: Send slack notification
id: slack
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: 'C012YFE3D6D'
slack-message: "apimatic-js-runtime release has been triggered!"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 5f81644

Please sign in to comment.