Avik Datta 3 years ago
parent
commit
0d11ba866c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/python-app.yml

+ 1 - 1
.github/workflows/python-app.yml

@@ -49,7 +49,7 @@ jobs:
     - name: Send custom JSON data to Slack workflow
       uses: slackapi/slack-github-action@v1.14.0
       with:
-        channel-id: '#code_development'
+        channel-id: 'C4W7HPCSJ'
         payload: "{\"status\":\"${{ job.status }}\"}" # This data can be any valid JSON from a previous step in the GitHub Action
       env:
         SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}