Browse Source

chore: pass correct secret to the notifier

pull/429/head
Parodi, Eugenio 🌶 8 months ago
parent
commit
547ae20180
  1. 1
      .github/workflows/release.yml

1
.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 }}
Loading…
Cancel
Save