We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a410c09 commit 303b7cfCopy full SHA for 303b7cf
.github/workflows/release.yml
@@ -125,6 +125,9 @@ jobs:
125
args: release -f .goreleaser-windows.yaml --snapshot --skip=publish
126
env:
127
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 }}
131
132
- name: Upload Windows artifacts to release
133
if: false # Temporarily disabled for testing
0 commit comments