Skip to content

Commit

Permalink
github-action: remove provenance for forked (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 26, 2024
1 parent d17142a commit 7eed5b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 7eed5b9

Please # to comment.