Skip to content

Commit

Permalink
fix: change slack webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
key-hui-mentem committed Jan 11, 2023
1 parent a2b57c7 commit d8c177b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
env:
version_label: ${{ github.event.release.tag_name }}
version_description: ${{ github.SHA }}
run: ./.github/workflows/slack.sh
run: sh ./.github/workflows/slack.sh
shell: bash

3 changes: 2 additions & 1 deletion .github/workflows/slack.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/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
#!/usr/bin/env bash
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 d8c177b

Please sign in to comment.