diff --git a/.github/workflows/notify-social.yml b/.github/workflows/notify-social.yml index 8c892202..9511e9e9 100644 --- a/.github/workflows/notify-social.yml +++ b/.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 }}