Skip to content

Commit 5105a2c

Browse files
committed
Add buildbuddy API key
1 parent 55ab383 commit 5105a2c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,13 @@ jobs:
4747
echo "previous_tag=$PREVIOUS_TAG" >> "$GITHUB_OUTPUT"
4848
4949
- name: Build release archive
50+
env:
51+
BUILDBUDDY_RBE_API_KEY: ${{ secrets.BUILDBUDDY_RBE_API_KEY }}
5052
run: |
51-
bazel build --config=cache //distribution:release
53+
bazel build \
54+
--config=remote \
55+
--remote_header="x-buildbuddy-api-key=${BUILDBUDDY_RBE_API_KEY}" \
56+
//distribution:release
5257
5358
- name: Compute integrity
5459
id: integrity

0 commit comments

Comments
 (0)