From 01c2ac928f94893c9904e1dad897589026003e6c Mon Sep 17 00:00:00 2001 From: Jasper C <97516104+Jasper-Claus@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:09:39 +0200 Subject: [PATCH] Create action-for-discord --- .github/workflows/action-for-discord | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/action-for-discord diff --git a/.github/workflows/action-for-discord b/.github/workflows/action-for-discord new file mode 100644 index 0000000..39334b6 --- /dev/null +++ b/.github/workflows/action-for-discord @@ -0,0 +1,6 @@ +- name: Discord notification + env: + DISCORD_WEBHOOK: ${{ https://discord.com/api/webhooks/1229206277540941894/OxsOjPb_w3Y6QX0BGbUMECxpAhKtBy4xLdQY7OH0-OpqA8g-Jmu0zlJlGZh2nabRGYDG }} + uses: HOOK/action-discord@master + with: + args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.'