We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bc596 commit 482775aCopy full SHA for 482775a
.github/workflows/gha-tests.yml
@@ -20,8 +20,10 @@ jobs:
20
uses: actions/attest-build-provenance@v1
21
with:
22
subject-path: 'dist/*'
23
+ - name: Checkout action repo
24
+ uses: actions/checkout@v4
25
- name: Convert provenances
- uses: trailofbits/gh-action-adapt-sigstore-pypi@main
26
+ uses: ./
27
28
bundles: ${{ steps.create-provenances.outputs.bundle-path }}
29
output-dir: dist/
0 commit comments