Skip to content

Commit

Permalink
Try build attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed May 3, 2024
1 parent a1d74df commit 3799f97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
assemble:
needs: test
runs-on: ubuntu-latest
permissions:
id-token: write
attestations: write
contents: read
steps:
- uses: actions/checkout@v4
- name: Coursier cache
Expand All @@ -78,6 +82,10 @@ jobs:
name: jsonoid-discovery.jar
if-no-files-found: error
path: target/scala-2.13/jsonoid-discovery*.jar
- name: Attest build provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: 'target/scala-2.13/jsonoid-discovery*.jar'

publish-site:
if: ${{ github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 3799f97

Please sign in to comment.