Recent content by jackydec

  1. J

    webhooks configuration

    this works for me : { "token": "{{secrets.token}}", "user": "{{secrets.user}}", "message": "{{ escape message }}", "title": "{{ title }}", "device": "mobile", "priority": 0 } I see you have quotes around the value for priority, I don't.
  2. J

    webhooks configuration

    thanks for the clarification : indeed, it works as you described it
  3. J

    webhooks configuration

    for people using pushover, i've got it to work this way : ( putting user & token in the secrects section did not work)