temporalio / samples-server

MIT License
39 stars 32 forks source link

Add GHA for building promql-to-scrape #87

Closed taonic closed 5 months ago

taonic commented 5 months ago

What was changed

Adding GHA workflow to build https://github.com/temporalio/samples-server/tree/main/cloud/observability/promql-to-scrape and publish to https://github.com/orgs/temporalio/packages

Why?

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?

taonic commented 5 months ago

Build was fine but failed when pushing to ghcr since secrets.GITHUB_TOKEN is read-only in pull_request events. https://github.com/temporalio/samples-server/actions/runs/8983905437/job/24674797050

It shouldn't be the case once it's on main.