Commit 5aa10dc
authored
fix(ci): use correct Apple signing secret names (#1006)
Align CI secret references with the actual secret names set in the
production environment:
- `secrets.CSC_LINK` → `secrets.APPLE_CERT_DATA`
- `secrets.CSC_KEY_PASSWORD` → `secrets.APPLE_CERT_PASSWORD`
- `vars.APPLE_TEAM_ID` → `secrets.APPLE_TEAM_ID`
The previous names were copied from Spotlight's workflow but the secrets
were set with different names in this repo.1 parent 48200d5 commit 5aa10dc
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
| 300 | + | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments