Skip to content

Commit 3301930

Browse files
committed
Test with different SaS token
1 parent 9d44154 commit 3301930

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
AZURE_STORAGE_SAS_TOKEN: ${{ secrets.AZURE_STORAGE_SAS_TOKEN }}
50-
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
5150
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
5251
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ dockers:
3636
blobs:
3737
# SAS token is passed via AZURE_STORAGE_SAS_TOKEN env var
3838
- provider: azblob
39-
bucket: "public?storage_account=chainloopplatform"
40-
directory: "chainloop-platform-plugin"
39+
bucket: "testchainloop.blob.core.windows.net"
40+
directory: "chainloop"

0 commit comments

Comments
 (0)