Skip to content

Commit c9e7f5f

Browse files
committed
Remove Slack and Telegram notifications from actions
1 parent 1d31bec commit c9e7f5f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,3 @@ jobs:
3636
with:
3737
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3838
prerelease: false
39-
- name: telegram notification
40-
uses: appleboy/telegram-action@master
41-
with:
42-
to: ${{ secrets.TELEGRAM_TO }}
43-
token: ${{ secrets.TELEGRAM_TOKEN }}
44-
message: |
45-
Pytezos ${{ env.RELEASE_VERSION }} has been released 🎉
46-
More info at https://github.com/baking-bad/pytezos/releases/tag/${{ env.RELEASE_VERSION }}
47-
- name: slack notification
48-
uses: Ilshidur/action-slack@master
49-
env:
50-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
51-
with:
52-
args: |
53-
Pytezos ${{ env.RELEASE_VERSION }} has been released 🎉
54-
More info at https://github.com/baking-bad/pytezos/releases/tag/${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)