From 547ae20180d39cd208a6368ae2b4987c795cb7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Sun, 20 Jul 2025 23:10:27 +0200 Subject: [PATCH] chore: pass correct secret to the notifier --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2cac786..5172cde3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -282,5 +282,6 @@ jobs: env: RN: ${{ matrix.release-notes }} MESSAGE: ${{ matrix.release-notes }} + DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }} run: | notify-discord ${{ matrix.name }} v${{ matrix.version }} \ No newline at end of file