Skip to content

Commit 3f2348c

Browse files
author
marwan37
committed
remove discord integration -- not needed for pipelines
1 parent 4662a90 commit 3f2348c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test-pipelines.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,9 @@ jobs:
3131
pip install zenml[server] --upgrade
3232
pip install -r requirements.txt
3333
34-
- name: Initialize ZenML & Discord alerter
34+
- name: Initialize ZenML
3535
run: |
3636
zenml init
37-
zenml integration install discord -y
38-
if [ -n "${{ secrets.DISCORD_TOKEN_SRE }}" ] && [ -n "${{ secrets.DISCORD_SRE_CHANNEL_ID }}" ]; then
39-
zenml secret create discord_secret --discord_token="${{ secrets.DISCORD_TOKEN_SRE }}" || true
40-
zenml alerter register discord_alerter \
41-
--flavor=discord \
42-
--discord_token="${{ secrets.DISCORD_TOKEN_SRE }}" \
43-
--default_discord_channel_id="${{ secrets.DISCORD_SRE_CHANNEL_ID }}" || true
44-
zenml stack update default -al discord_alerter || true
45-
fi
4637
4738
- name: Run all tutorial pipelines
4839
id: run_all

0 commit comments

Comments
 (0)