Browse Source

build: fix discord notifier

pull/427/head
Parodi, Eugenio 🌶 8 months ago
parent
commit
201d39f461
  1. 1
      .github/workflows/notify-social.yml

1
.github/workflows/notify-social.yml

@ -50,6 +50,7 @@ jobs:
- name: Deploy Discord message
env:
MESSAGE: ${{ inputs.discord-message }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
run: |
python tools/ci/social/notify_discord.py ${{ inputs.app }} ${{ inputs.version }}

Loading…
Cancel
Save