I'm using the drone downstream plugin and it doesn't appear to be able to trigger a tag event in the downstream repo, only push. From there I was looking into the drone api to determine if I can hit the api to trigger a tag, but I'm not seeing it in docs or drone-go code. I'm afraid I'm missing it somewhere obvious, anyone know if you can trigger tag event in drone through api?
drone downstream plugin config:
pipeline:
trigger:
when:
event: [push, tag]
branch: master
image: plugins/downstream
server: https://drone6.company.com
fork: true
repositories:
- org/cars-v1
secrets: [ downstream_token ]