From d5a4194d213619fbb6f4d7484a64af96bb330132 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 19 Aug 2025 00:41:16 -0700 Subject: [PATCH] Pass attestation. --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4fa8fa..0d8fb65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,8 @@ jobs: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }} run: xcrun notarytool submit --key ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8 --key-id $APPLE_API_KEY_ID --issuer $APPLE_API_ISSUER Secretive.zip - - name: Attest + - name: Attest + id: attest uses: actions/attest-build-provenance@v2 with: subject-path: 'Secretive.zip, Xcode_Archive.zip' @@ -80,7 +81,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAG_NAME: ${{ github.ref }} RUN_ID: ${{ github.run_id }} - + ATTESTATION_ID: ${{ steps.attest.outputs.attestation-id }} - name: Upload App to Artifacts uses: actions/upload-artifact@v4 with: