File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,6 @@ jobs:
238
238
env :
239
239
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
240
240
GOPATH : ${{ needs.vars.outputs.go_path }}
241
- AZURE_STORAGE_ACCOUNT : ${{ secrets.AZURE_STORAGE_ACCOUNT }}
242
- AZURE_STORAGE_KEY : ${{ secrets.AZURE_STORAGE_KEY }}
243
- AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
244
241
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
245
242
TELEMETRY_ENDPOINT : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release-') && 'oss-dev.edge.df.f5.com:443' || 'oss.edge.df.f5.com:443' }}
246
243
TELEMETRY_ENDPOINT_INSECURE : " false"
Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ sboms:
35
35
documents :
36
36
- " ${artifact}.spdx.json"
37
37
38
- blobs :
39
- - provider : azblob
40
- bucket : " {{.Env.AZURE_BUCKET_NAME}}"
41
-
42
38
signs :
43
39
- cmd : cosign
44
40
artifacts : checksum
You can’t perform that action at this time.
0 commit comments