Skip to content

Commit

Permalink
feat: add slack noti
Browse files Browse the repository at this point in the history
  • Loading branch information
key-hui-mentem committed Jan 11, 2023
1 parent 0111f72 commit 5532ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
env:
version_label: ${{ github.event.release.tag_name }}
version_description: ${{ github.SHA }}
run: echo $version_label
run: sh slack.sh
1 change: 1 addition & 0 deletions .github/workflows/slack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/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

0 comments on commit 5532ce9

Please sign in to comment.