mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-21 07:51:19 -06:00
35b78b8afb
Previously we had some required configuration for the Github Actions, and forks of OPA would need to set them _and_ have the underlying infra configured (eg, docker registries, s3 bucket, etc). Now it will check if the secrets are set, and if any required ones are missing it will skip the steps. This significantly lowers the bar for OPA forks to be able to run the normal action workflows without getting errors. The only lost functionality is primarily around publishing release assets, which is not required for dev forks, and other forks can opt int to pieces they care about (eg, only want to publish docker images and no s3 release assets). Signed-off-by: Patrick East <east.patrick@gmail.com>