Update push_events_to_discord.yml (#1544)

remove alpha webhook

Signed-off-by: John Guan <Guan.Ningchuan@gmail.com>
This commit is contained in:
John Guan 2023-12-05 15:54:03 +08:00 committed by GitHub
parent e722d841a9
commit 6f722b3506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -40,9 +40,3 @@ jobs:
uses: joseph-montanez/forward-event-action@v3.0.0
with:
webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }}
- name: Alpha Issues & Comments
if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(github.event.issue.labels.*.name, 'alpha') }}
uses: joseph-montanez/forward-event-action@v3.0.0
with:
webhook: ${{ secrets.Discord_CasaOS_Alpha_Webhook }}