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