Skip to content

Commit

Permalink
chore: switched gh action test stats to slack webhooks
Browse files Browse the repository at this point in the history
- chat:write no longer allowed
  • Loading branch information
kirrg001 committed May 15, 2024
1 parent 116f96c commit a57cc55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/schedule-test-stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Send slack message
uses: slackapi/[email protected]
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID_BREWERY_NODE }}
# channel-id: ${{ secrets.SLACK_CHANNEL_ID_BREWERY_NODE }}
payload: |
{
"text": "Team Node.js Test Stats",
Expand All @@ -36,4 +36,5 @@ jobs:
}]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_TEAM_NODE_CHANNEL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit a57cc55

Please sign in to comment.