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:
238238 env :
239239 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
240240 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 }}
244241 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
245242 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' }}
246243 TELEMETRY_ENDPOINT_INSECURE : " false"
Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ sboms:
3535 documents :
3636 - " ${artifact}.spdx.json"
3737
38- blobs :
39- - provider : azblob
40- bucket : " {{.Env.AZURE_BUCKET_NAME}}"
41-
4238signs :
4339 - cmd : cosign
4440 artifacts : checksum
You can’t perform that action at this time.
0 commit comments