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: