diff --git a/.github/workflows/cd-release-notify.yaml b/.github/workflows/cd-release-notify.yaml index 388fcb737e..b51b6708e1 100644 --- a/.github/workflows/cd-release-notify.yaml +++ b/.github/workflows/cd-release-notify.yaml @@ -5,11 +5,12 @@ on: release jobs: notify: name: Release Notification + runs-on: ubuntu-latest steps: - name: Discord Notify if: always() uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} - webhook-url: ${{ secrets.DISCORD_RELEASES_WEBHOOK }} + webhook-url: ${{ secrets.DISCORD_WEBHOOK }} notify-on-success: true