Skip to content

Commit

Permalink
docs: change slack notification to webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing committed Dec 23, 2024
1 parent 1ebb7ec commit d78aa93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cluster_scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ jobs:
if: env.CLUSTERS_FOUND == 'true'
uses: rtCamp/[email protected]
with:
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
SLACK_TOKEN: ${{ secrets.SLACK_PRIVATE_TEAM_TOKEN }}
#SLACK_WEBHOOK: ${{ secrets.SLACK_PRIVATE_TEAM_WEBHOOK }}
#SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
#SLACK_TOKEN: ${{ secrets.SLACK_PRIVATE_TEAM_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_PRIVATE_TEAM_WEBHOOK }}
SLACK_USERNAME: "spectromate"
SLACK_ICON_EMOJI: ":robot_face:"
SLACK_ICON_EMOJI: ":clock1:"
SLACK_COLOR: "good"
SLACKIFY_MARKDOWN: true
ENABLE_ESCAPES: true
MESSAGE: |
$(cat scripts/cluster-scanner/result.log)

0 comments on commit d78aa93

Please sign in to comment.