Skip to content

Commit 303b7cf

Browse files
committed
added missing creds
1 parent a410c09 commit 303b7cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ jobs:
125125
args: release -f .goreleaser-windows.yaml --snapshot --skip=publish
126126
env:
127127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128+
AZURE_TENANT_ID: ${{ secrets.DECO_SIGN_AZURE_TENANT_ID }}
129+
AZURE_CLIENT_ID: ${{ secrets.DECO_SIGN_AZURE_CLIENT_ID }}
130+
AZURE_CLIENT_SECRET: ${{ secrets.DECO_SIGN_AZURE_CLIENT_SECRET }}
128131

129132
- name: Upload Windows artifacts to release
130133
if: false # Temporarily disabled for testing

0 commit comments

Comments
 (0)