You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/version_bump_and_new_release.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,17 @@ jobs:
22
22
- name: Create the cache
23
23
run: mkdir /tmp/cache
24
24
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
+
25
36
- name: Download Bosh CLI
26
37
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
0 commit comments