From 1e69acb524ca92a4b4abc0b07ae980f50dd34f6c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 26 Apr 2024 10:53:33 +0200 Subject: [PATCH] github-action: remove provenance for forked --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3359db85..36894485 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,9 +45,6 @@ jobs: path: '*-junit-report.xml' build: runs-on: ubuntu-latest - permissions: - contents: write - id-token: write steps: - uses: actions/checkout@v4 @@ -59,11 +56,6 @@ jobs: - name: Build run: make dist - - name: generate build provenance (binaries) - uses: github-early-access/generate-build-provenance@main - with: - subject-path: "${{ github.workspace }}/dist/*.zip" - - uses: actions/upload-artifact@v4 if: always() with: