Skip to content

Commit ad34ef3

Browse files
committed
Move the storage account to env
1 parent 07e36b4 commit ad34ef3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
50+
AZURE_STORAGE_ACCOUNT: testchainloop
5051
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
5152
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ dockers:
3636
blobs:
3737
# SAS token is passed via AZURE_STORAGE_SAS_TOKEN env var
3838
- provider: azblob
39-
bucket: "testchainloop?storage_account=testchainloop"
39+
bucket: "testchainloop"
4040
directory: "chainloop"
41+

0 commit comments

Comments
 (0)