We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e6585 commit a019e92Copy full SHA for a019e92
.github/workflows/nightly.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
workflow: ruby
31
key: bazel-ruby-nightly-${{ matrix.gem }}
32
+ gcs-key: ${{ secrets.GOOGLE_CLOUD_STORAGE_KEY }}
33
- uses: ./.github/actions/bazel
34
35
command: run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}
0 commit comments