1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Updates the signing identity

This commit is contained in:
Nathan Ansel
2025-02-03 13:35:15 -06:00
parent 915c8f190f
commit e2331427a0
2 changed files with 5 additions and 1 deletions

View File

@@ -646,6 +646,10 @@ jobs:
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
$GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
- name: Show Certificates
run: |
/usr/bin/security find-identity -v -p codesigning
- name: Increment version
shell: pwsh
env:

View File

@@ -42,7 +42,7 @@ async function run(context) {
if (process.env.GITHUB_ACTIONS === "true") {
if (is_mas) {
id = is_mas_dev
? "E7C9978F6FBCE0553429185C405E61F5380BE8EB"
? "4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C"
: "3rd Party Mac Developer Application: Bitwarden Inc";
} else {
id = "Developer ID Application: 8bit Solutions LLC";