Skip to content

Fix package signing#2631

Merged
martincostello merged 7 commits intomainfrom
fix-signing
Jun 5, 2025
Merged

Fix package signing#2631
martincostello merged 7 commits intomainfrom
fix-signing

Conversation

@martincostello
Copy link
Member

Use a federated credential to access Azure Key Vault for the code-signing certificate instead of the now-expired secrets.

Use a federated credential to access Azure Key Vault for the code-signing certificate instead of the now-expired secrets.
- Remove all permissions by default.
- Add `contents: read` for building the packages.
- Add `id-token: write` to sign the packages.
@martincostello martincostello added this to the v8.6.0 milestone Jun 1, 2025
@codecov
Copy link

codecov bot commented Jun 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.23%. Comparing base (3942893) to head (144eaeb).
Report is 4 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2631   +/-   ##
=======================================
  Coverage   96.23%   96.23%           
=======================================
  Files         311      311           
  Lines        7329     7329           
  Branches     1013     1013           
=======================================
  Hits         7053     7053           
  Misses        222      222           
  Partials       54       54           
Flag Coverage Δ
linux 96.23% <ø> (ø)
macos 96.23% <ø> (ø)
windows 96.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

See if it works anyway.
Doesn't work without it either.
Switch to `IDENTITY` instead of `SERVICE_PRINCIPAL`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant