temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
83 stars 66 forks source link

Replace GHA token in workflow to trigger api-go update #416

Closed rodrigozhou closed 4 months ago

rodrigozhou commented 4 months ago

What changed? Replace GHA token in workflow to trigger api-go update (redo https://github.com/temporalio/api/pull/407 which was reverted in https://github.com/temporalio/api/pull/408).

Also added an input for workflow_dispatch event so we can actually manually trigger it.

Why? Replace the token so it won't use my PAT. Fix workflow_dispatch event since there are required fields in update-proto.yml.

Breaking changes

Server PR