Possible to use non user token for automating builds?

I am automating a pipeline to create custom images. Whenever there are updates to the parent image a process kicks off a new build that creates a new custom image. Using drone-go api to kick off builds, I’m currently supplying my own token to achieve this. Is there another way I can kick off builds without supplying my own token?