From 8d526a8f0565a25e0949020cdcc24072fa4a62b1 Mon Sep 17 00:00:00 2001 From: Spoked Date: Sun, 22 Sep 2024 10:42:23 -0400 Subject: [PATCH] chore: add discord release notification --- .github/workflows/notify-discord.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/notify-discord.yml b/.github/workflows/notify-discord.yml index 35b466d5..a429efb2 100644 --- a/.github/workflows/notify-discord.yml +++ b/.github/workflows/notify-discord.yml @@ -5,10 +5,6 @@ on: types: [published] workflow_dispatch: -permissions: - contents: write - pull-requests: write - jobs: notify-discord: runs-on: ubuntu-latest @@ -26,4 +22,4 @@ jobs: # content: "||@here||" footer_title: "Changelog" footer_icon_url: "https://raw.githubusercontent.com/rivenmedia/riven/main/assets/riven-light.png" - footer_timestamp: true \ No newline at end of file + footer_timestamp: true