Skip to content

Commit

Permalink
chore(ops): remove slack hook
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay authored Dec 6, 2023
1 parent afdcd20 commit 7775dbd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,3 @@ jobs:
npm run publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Notify
id: slack
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_ORDZAAR_ENGINEERING }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
payload: |
{
"text": "Ordit SDK Released: ${{ github.event.release.name }}",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Ordit SDK Released\nRelease Version: ${{ github.event.release.name }}\nRelease Notes: https://github.com/sadoprotocol/ordit-sdk/releases/tag/${{ github.event.release.tag_name }}"
}
}
]
}

0 comments on commit 7775dbd

Please sign in to comment.