Skip to content

Commit

Permalink
attest root catalog artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Sep 30, 2024
1 parent a3830cf commit 41829e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
jobs:
prep:
runs-on: ubuntu-latest
permissions:
id-token: write
attestations: write
outputs:
WORKRAVE_BUILD_DATETIME: ${{ steps.out.outputs.WORKRAVE_BUILD_DATETIME }}
WORKRAVE_BUILD_DATE: ${{ steps.out.outputs.WORKRAVE_BUILD_DATE }}
Expand All @@ -39,6 +42,11 @@ jobs:
WORKRAVE_BUILD_DATETIME: ${{ needs.prep.outputs.WORKRAVE_BUILD_DATETIME }}
WORKRAVE_BUILD_DATE: ${{ needs.prep.outputs.WORKRAVE_BUILD_DATE }}

- name: attest
uses: actions/attest-build-provenance@v1
with:
subject-path: "_deploy/*"

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 41829e7

Please sign in to comment.