From b4da0155394da7fa4525ee6d6cbe263692506cbc Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Mon, 16 Mar 2026 10:36:41 -0300 Subject: [PATCH] Update identity for new apple certificate (#41669) We recently updated our Apple signing certificate (it expired on ~March 12th). So we need to update the new identity ID for signing fleetd. --- .github/workflows/build-orbit.yaml | 2 +- .github/workflows/generate-desktop-targets.yml | 2 +- .github/workflows/goreleaser-orbit.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-orbit.yaml b/.github/workflows/build-orbit.yaml index cdcbe88850..fd70c3a2cf 100644 --- a/.github/workflows/build-orbit.yaml +++ b/.github/workflows/build-orbit.yaml @@ -68,7 +68,7 @@ jobs: AC_USERNAME: ${{ secrets.APPLE_USERNAME }} AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }} AC_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} - CODESIGN_IDENTITY: 51049B247B25B3119FAE7E9C0CC4375A43E47237 + CODESIGN_IDENTITY: 604D877399AAEB7630A78B84F288E2D28A2EDE42 ORBIT_VERSION: ${{ env.ORBIT_VERSION }} ORBIT_COMMIT: ${{ github.sha }} diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index 9c7a716418..e9f2ede54b 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -68,7 +68,7 @@ jobs: AC_USERNAME: ${{ secrets.APPLE_USERNAME }} AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }} AC_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} - CODESIGN_IDENTITY: 51049B247B25B3119FAE7E9C0CC4375A43E47237 + CODESIGN_IDENTITY: 604D877399AAEB7630A78B84F288E2D28A2EDE42 run: | AC_USERNAME=$AC_USERNAME \ AC_PASSWORD=$AC_PASSWORD \ diff --git a/.github/workflows/goreleaser-orbit.yaml b/.github/workflows/goreleaser-orbit.yaml index ca7383d4c5..1e3c59cec7 100644 --- a/.github/workflows/goreleaser-orbit.yaml +++ b/.github/workflows/goreleaser-orbit.yaml @@ -63,7 +63,7 @@ jobs: AC_USERNAME: ${{ secrets.APPLE_USERNAME }} AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }} AC_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} - CODESIGN_IDENTITY: 51049B247B25B3119FAE7E9C0CC4375A43E47237 + CODESIGN_IDENTITY: 604D877399AAEB7630A78B84F288E2D28A2EDE42 - name: Attest binary continue-on-error: true