Set the following variable to your webhook (For example, a Discord channel or Imgur webhook) To use Discord: Right click on a channel dedicated for photos Click Edit Channel Click Integrations Click View Webhooks Click New Webhook Confirm channel Click Copy Webhook URL Paste into WebHook in serv...
.github/workflows/discord-release.yml +1-1 Original file line numberDiff line numberDiff line change @@ -12,7 +12,7 @@ jobs: 12 12 - name: Checkout Repository 13 13 uses: actions/checkout@v4 14 14 - name: Github Releases To Discord 15 - uses: SethCohen/github-releases-...