Skip to content

Commit

Permalink
Try to reduce flakiness on GitHub runners.
Browse files Browse the repository at this point in the history
Pass the provided token to Bazelisk so that we don’t run into rate limits.  See
bazelbuild/bazelisk#88 (comment).
  • Loading branch information
phst committed Dec 22, 2021
1 parent acae564 commit cb34dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bazel-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ jobs:
run: python build.py
env:
USE_BAZEL_VERSION: ${{matrix.bazel}}
# https://github.com/bazelbuild/bazelisk/issues/88#issuecomment-625178467
BAZELISK_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit cb34dc1

Please sign in to comment.