Skip to content

Commit

Permalink
add - Added attestation
Browse files Browse the repository at this point in the history
---

Added the attestation for all the BassBoom zip files

---

Type: add
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jul 22, 2024
1 parent 9cd94bd commit c97c1d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prepdraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:

runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
attestations: write
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -28,6 +30,10 @@ jobs:
cd tools ; ./pack.sh ; cd ..
make doc
cd tools ; ./docgen-pack.sh ; cd ..
- name: Binary Attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: 'tools/*.zip'
- name: Release Draft Making
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit c97c1d9

Please sign in to comment.