relative-ci / roadmap

Issues, questions and feature requests for RelativeCI
https://relative-ci.com
3 stars 0 forks source link

Expose API so that we can automate setting the CI_KEY on github actions #45

Open pksunkara opened 1 year ago

pksunkara commented 1 year ago

We do this with codecov using terraform provider (https://registry.terraform.io/providers/at-wat/ucodecov/latest/docs).

The API call in codecov which we use is https://docs.codecov.com/reference/repos_config_retrieve.

I am willing to build the terraform provider at https://github.com/terraform-community-providers if you can expose the API.

vio commented 1 year ago

Thank you for opening the issue, @pksunkara!

We do hope to open the API at one point, but we do not have any short/medium-term plans for it. I will keep the issue open since it sounds like a good idea.

Also, can you please explain in more detail your use case and/or if you have any issues with relative-ci/agent-action workflow?

pksunkara commented 1 year ago

It basically boils down to the following:

I don't want to manually set the RELATIVE_CI_KEY in github secrets and instead want to rely on Terraform or other IaC.

This way is much more secure and scalable.