Skip to content

Commit 9fb8d44

Browse files
authored
chore: remve gh-action slack notify (#345)
1 parent 2188a86 commit 9fb8d44

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release-package.yml

-9
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./docs/_build/html
40-
- name: Notify Slack of pipeline completion
41-
uses: 8398a7/action-slack@v2
42-
with:
43-
status: ${{ job.status }}
44-
author_name: Github Action
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.github_slack_token }}
47-
SLACK_WEBHOOK_URL: ${{ secrets.slack_webhook }}
48-
if: always()

0 commit comments

Comments
 (0)