File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 32
32
submodules : " recursive"
33
33
persist-credentials : false
34
34
35
- - name : Create the BOSH private.yml file
36
- run : |
37
- cat - > config/private.yml <<EOS
38
- ---
39
- blobstore:
40
- options:
41
- credentials_source: static
42
- json_key: |
43
- ${{ secrets.GCP_BLOBSTORE_JSON_KEY }}
44
- EOS
45
-
46
35
- name : Get latest download urls
47
36
run : |
48
37
echo "LATEST_JQ_DOWNLOAD_URL=$(curl -sL https://tis-service-user:${{ secrets.TIS_PUBLIC_API_READ_TOKEN }}@api.github.com/repos/jqlang/jq/releases/latest | jq -r '.assets[].browser_download_url' | grep 'jq-linux-amd64$')" >> $GITHUB_ENV
@@ -124,6 +113,17 @@ jobs:
124
113
/tmp/cache/yq -i 'del(.builds.*)' .final_builds/license/index.yml
125
114
shell : bash
126
115
116
+ - name : Create the BOSH private.yml file
117
+ run : |
118
+ cat - > config/private.yml <<EOS
119
+ ---
120
+ blobstore:
121
+ options:
122
+ credentials_source: static
123
+ json_key: |
124
+ ${{ secrets.GCP_BLOBSTORE_JSON_KEY }}
125
+ EOS
126
+
127
127
- name : Create the bosh release
128
128
id : loki-boshrelease
129
129
run : |
You can’t perform that action at this time.
0 commit comments