Skip to content

Commit a019e92

Browse files
committed
Fix nightly releases access to Bazel remote cache
1 parent 20e6585 commit a019e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
workflow: ruby
3131
key: bazel-ruby-nightly-${{ matrix.gem }}
32+
gcs-key: ${{ secrets.GOOGLE_CLOUD_STORAGE_KEY }}
3233
- uses: ./.github/actions/bazel
3334
with:
3435
command: run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}

0 commit comments

Comments
 (0)