Skip to content

Commit

Permalink
.github/workflows: Decl BUILDBUDDY_ORG_API_KEY as input secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica authored May 13, 2024
1 parent 5fe17e4 commit 8c16002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Bazel CI

on:
workflow_call:
secrets:
BUILDBUDDY_ORG_API_KEY:
required: false

# Not using 'inputs' here, since we take no inputs at this time -- just the 'github' context.
# Note: on type workflow_run commit message would be github.event.workflow_run.head_commit.message
Expand Down

0 comments on commit 8c16002

Please sign in to comment.