Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed May 4, 2024
1 parent 0052819 commit 56349d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: ./gradlew.bat
subject-path: ./gradle.properties

- run: |
gh attestation download ./gradlew.bat -o milankomaj
gh attestation download gradle.properties -o milankomaj
tree -h -L 2 ./
- name: artifact attest verify
run: |
gh attestation verify ./gradlew.bat -o milankomaj
gh attestation verify gradle.properties -o milankomaj
# gh attestation verify './gradlew' --owner milankomaj --bundle './sha256:c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4.jsonl'

0 comments on commit 56349d5

Please sign in to comment.