Skip to content

Commit

Permalink
.github/workflows: Pass BUILDBUDDY_ORG_API_KEY to ci-bazel as a sec…
Browse files Browse the repository at this point in the history
…ret.

`ci-bazel.yml` is technically a "reusable" workflow, so the secret must be explicitly specified to be allowed in the child workflow.
  • Loading branch information
ivucica authored May 13, 2024
1 parent 4edd452 commit 5fe17e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ jobs:

bazel:
uses: ./.github/workflows/ci-bazel.yml
secrets:
BUILDBUDDY_ORG_API_KEY: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}

0 comments on commit 5fe17e4

Please sign in to comment.