Skip to content

Commit

Permalink
Fix nightly releases access to Bazel remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Dec 17, 2022
1 parent 20e6585 commit a019e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
workflow: ruby
key: bazel-ruby-nightly-${{ matrix.gem }}
gcs-key: ${{ secrets.GOOGLE_CLOUD_STORAGE_KEY }}
- uses: ./.github/actions/bazel
with:
command: run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}
Expand Down

0 comments on commit a019e92

Please sign in to comment.