Skip to content

Commit

Permalink
Update push_events_to_discord.yml (#1544)
Browse files Browse the repository at this point in the history
remove alpha webhook

Signed-off-by: John Guan <Guan.Ningchuan@gmail.com>
  • Loading branch information
JohnGuan authored Dec 5, 2023
1 parent e722d84 commit 6f722b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/push_events_to_discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6f722b3

Please sign in to comment.