Skip to content

Commit 98f96b6

Browse files
authored
Merge pull request #2066 from tweag/cg/fix_write_to_auth
fix: write remote cache auth to `.bazelrc.auth` for Format & Lint job
2 parents 65f396e + 372035e commit 98f96b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: tweag/configure-bazel-remote-cache-auth@v0
2424
with:
2525
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
26-
bazelrc_path: .bazelrc.local
26+
bazelrc_path: .bazelrc.auth
2727
- name: Configure
2828
run: |
2929
# Avoid failures of the form `deadline exceeded after 14999958197ns DEADLINE_EXCEEDED`.

0 commit comments

Comments
 (0)