@ivucica CI on buildbuddy-1 - .github/workflows: Pass BUILDBUDDY_ORG_API_KEY
to ci-bazel as a secret.
ci-bazel.yml
is technically a "reusable" workflow, so the secret must be explicitly specified to be allowed in the child workflow.
#73
ci.yml
on: push
bazel
/
bazel_build
bazel
/
bazel_build_buildbuddy
cpp
bazel
/
bazel_test
bazel
/
bazel_test_buildbuddy
Annotations
1 error
Invalid workflow file:
.github/workflows/ci.yml#L42
The workflow is not valid. .github/workflows/ci.yml (Line: 42, Col: 31): Invalid secret, BUILDBUDDY_ORG_API_KEY is not defined in the referenced workflow.
|