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 5060a08Copy full SHA for 5060a08
.github/workflows/gha-tests.yml
@@ -13,6 +13,10 @@ jobs:
13
id-token: write # to sign the provenance
14
attestations: write # to persist the attestation files
15
steps:
16
+ - name: Checkout action repo
17
+ uses: actions/checkout@v4
18
+ with:
19
+ persist-credentials: false
20
- name: Create artifacts
21
run: mkdir dist && echo "a" > dist/artifact1.txt && echo "b" > dist/artifact2.txt
22
- name: Create provenances
@@ -21,7 +25,7 @@ jobs:
25
with:
26
subject-path: 'dist/*'
23
27
- name: Convert provenances
24
- uses: trailofbits/gh-action-adapt-sigstore-pypi@main
28
+ uses: ./
29
30
bundles: ${{ steps.create-provenances.outputs.bundle-path }}
31
output-dir: dist/
0 commit comments