Skip to content

Commit 2bb4c89

Browse files
committed
feat: Add GCS public blob store (#19)
1 parent f293363 commit 2bb4c89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/version_bump_and_new_release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ jobs:
2222
- name: Create the cache
2323
run: mkdir /tmp/cache
2424

25+
- name: Create the BOSH private.yml file
26+
run: |
27+
cat - > config/private.yml <<EOS
28+
---
29+
blobstore:
30+
options:
31+
credentials_source: static
32+
json_key: |
33+
${{ secrets.GCP_BLOBSTORE_JSON_KEY }}
34+
EOS
35+
2536
- name: Download Bosh CLI
2637
run: cd /tmp/cache && curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${{ env.BOSH_VERSION }}-linux-amd64 > bosh && chmod 777 bosh
2738

0 commit comments

Comments
 (0)