We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ab383 commit 5105a2cCopy full SHA for 5105a2c
.github/workflows/create-release.yml
@@ -47,8 +47,13 @@ jobs:
47
echo "previous_tag=$PREVIOUS_TAG" >> "$GITHUB_OUTPUT"
48
49
- name: Build release archive
50
+ env:
51
+ BUILDBUDDY_RBE_API_KEY: ${{ secrets.BUILDBUDDY_RBE_API_KEY }}
52
run: |
- 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
57
58
- name: Compute integrity
59
id: integrity
0 commit comments