From c9c91953035531533dffcccd01f85c95fcce6d00 Mon Sep 17 00:00:00 2001 From: konstin Date: Tue, 2 Dec 2025 20:04:13 +0100 Subject: [PATCH] Remove attestations --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e78aafcc..a0d0dd201 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -203,7 +203,6 @@ jobs: if: ${{ always() && needs.host.result == 'success' }} runs-on: "depot-ubuntu-latest-4" permissions: - "attestations": "write" "contents": "write" "id-token": "write" env: @@ -224,15 +223,6 @@ jobs: run: | # Remove the granular manifests rm -f artifacts/*-dist-manifest.json - - name: Attest - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 - with: - subject-path: | - artifacts/*.json - artifacts/*.sh - artifacts/*.ps1 - artifacts/*.zip - artifacts/*.tar.gz - name: Create GitHub Release env: PRERELEASE_FLAG: "${{ fromJson(needs.host.outputs.val).announcement_is_prerelease && '--prerelease' || '' }}"