Skip to content

Commit 201d421

Browse files
authored
remove slack notification release-2.11.0 (#21184)
remove slack notification Signed-off-by: yminer <[email protected]> Co-authored-by: yminer <[email protected]>
1 parent df19cb1 commit 201d421

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-package.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,3 @@ jobs:
106106
echo "BUILD_BUNDLE=$harbor_offline_build_bundle" >> $GITHUB_ENV
107107
108108
publishImage $target_branch $Harbor_Assets_Version "${{ secrets.DOCKER_HUB_USERNAME }}" "${{ secrets.DOCKER_HUB_PASSWORD }}"
109-
110-
- name: Slack Notification
111-
uses: sonots/slack-notice-action@v3
112-
with:
113-
status: ${{ job.status }}
114-
title: Build Package - ${{ env.BUILD_BUNDLE }}
115-
env:
116-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
118-
if: always()

0 commit comments

Comments
 (0)