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.'