Skip to content

fix(ci): use correct Apple signing secret names#1006

Merged
BYK merged 1 commit into
mainfrom
fix/apple-secrets
May 22, 2026
Merged

fix(ci): use correct Apple signing secret names#1006
BYK merged 1 commit into
mainfrom
fix/apple-secrets

Conversation

@BYK

@BYK BYK commented May 22, 2026

Copy link
Copy Markdown
Member

Align CI secret references with the actual secret names set in the production environment:

  • secrets.CSC_LINKsecrets.APPLE_CERT_DATA
  • secrets.CSC_KEY_PASSWORDsecrets.APPLE_CERT_PASSWORD
  • vars.APPLE_TEAM_IDsecrets.APPLE_TEAM_ID

The previous names were copied from Spotlight's workflow but the secrets were set with different names in this repo.

Align CI secret references with the actual secret names set in the
production environment:
- CSC_LINK → APPLE_CERT_DATA
- CSC_KEY_PASSWORD → APPLE_CERT_PASSWORD
- vars.APPLE_TEAM_ID → secrets.APPLE_TEAM_ID
@github-actions

Copy link
Copy Markdown
Contributor

Codecov Results 📊

✅ Patch coverage is 100.00%. Project has 4234 uncovered lines.
✅ Project coverage is 81.87%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    81.87%    81.87%        —%
==========================================
  Files          328       328         —
  Lines        23351     23351         —
  Branches     15114     15114         —
==========================================
+ Hits         19117     19117         —
- Misses        4234      4234         —
- Partials      1620      1620         —

Generated by Codecov Action

@BYK BYK merged commit 5aa10dc into main May 22, 2026
24 checks passed
@BYK BYK deleted the fix/apple-secrets branch May 22, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant