Skip to content

Commit 1fa3f95

Browse files
committed
Add instructions for updating AZURE_CLIENT_SECRET
1 parent b65570e commit 1fa3f95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ jobs:
134134
with:
135135
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
136136
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
137+
# AZURE_TENANT_ID and AZURE_CLIENT_ID should stay the same,
138+
# but AZURE_CLIENT_SECRET has expiration date. When it expires go to
139+
# App Registrations / <app> / Certificates & secrets,
140+
# click (+) New client secret, note the "Value" (not "Secret ID")
141+
# and update it:
142+
#
143+
# $ gh --repo elixir-lang/elixir secret set AZURE_CLIENT_SECRET
137144
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
138145
endpoint: https://eus.codesigning.azure.net/
139146
trusted-signing-account-name: trusted-signing-elixir

0 commit comments

Comments
 (0)