Skip to content

Commit

Permalink
Set webhook type so the payload is not ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinika committed Dec 4, 2023
1 parent a783375 commit 4555f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/monitor-studios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
- name: Cleanup Docker Containers
if: ${{ always() }}
run: docker-compose -f ci/docker-compose.yml down --rmi "local" --volumes

0 comments on commit 4555f59

Please sign in to comment.