Skip to content

Commit

Permalink
chore: replaced channel id test stats action
Browse files Browse the repository at this point in the history
- we migrate to a new slack bot soon
  • Loading branch information
kirrg001 committed May 13, 2024
1 parent 2f9cdec commit ae8b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: D02FE3BFEHG
channel-id: ${{ secrets.SLACK_CHANNEL_ID_RELEASES }}
payload: |
{
"text": "Node.js Test Stats",
Expand Down

0 comments on commit ae8b8f8

Please sign in to comment.