Skip to content

Commit

Permalink
Merge pull request #228 from catalyst-cooperative/fix-slack-update
Browse files Browse the repository at this point in the history
Update slack API to 2.0 format
  • Loading branch information
e-belfer authored Dec 6, 2024
2 parents dc5c36d + ea1f197 commit 65bc5ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/load-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v2
with:
channel-id: "C03FHB9N0PQ"
slack-message: "Weekly usage metrics processing ran with status: ${{ job.status }}."
env:
SLACK_BOT_TOKEN: ${{ secrets.PUDL_DEPLOY_SLACK_TOKEN }}
method: chat.postMessage
token: ${{ secrets.PUDL_DEPLOY_SLACK_TOKEN }}
payload: |
text: "Weekly usage metrics processing ran with status: ${{ job.status }}."
channel: "C03FHB9N0PQ"

0 comments on commit 65bc5ad

Please sign in to comment.