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 b65570e commit 1fa3f95Copy full SHA for 1fa3f95
.github/workflows/release.yml
@@ -134,6 +134,13 @@ jobs:
134
with:
135
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
136
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
144
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
145
endpoint: https://eus.codesigning.azure.net/
146
trusted-signing-account-name: trusted-signing-elixir
0 commit comments