Commit 88e4124
ci(codesign): read signing identifiers from environment variables
Move AZURE_TENANT_ID, AZURE_CLIENT_ID, SIGNING_ENDPOINT, SIGNING_ACCOUNT_NAME,
and SIGNING_PROFILE_NAME from environment secrets to environment *variables* in
the codesigning environment. These are non-secret identifiers, so keeping them
as verifiable variables removes them as a source of 403 signing failures. Only
AZURE_CLIENT_SECRET and SYNCFUSION_LICENSE_KEY remain secrets.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 591c1fc commit 88e4124
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | | - | |
147 | | - | |
148 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
0 commit comments