Hey All,
how do I set events for drone secrets in UI like in command below
$ drone secret add \
- –event=pull_request \
- –event=push \
- –event=tags
octocat/hello-world AWS_ACCESS_KEY_ID AKIAIOSFODNN7EXAMPLE
I could see push, tags and deployments are automatically added but I want to add pull_request as well.
drone secret add --event=push --event=tags --event=deployment --event=pull_request repo/hello --name hello --value test
client error 400: Error inserting secret. Invalid Secret Name
command also fails with invalid secret name. I am running Drone 0.8.5
Cheers