Skip to content

Commit

Permalink
expect BuildBuddy token on CI workflow_call
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 2, 2024
1 parent 10d3385 commit 44d2b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:

# Allows you to call this workflow from another workflow
workflow_call:
secrets:
BUILDBUDDY_API_KEY:
description: The BuildBuddy remote execution access token.
required: true

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 44d2b38

Please sign in to comment.