Skip to content

Commit

Permalink
feat: artifact attestations to establish provenance for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Dec 3, 2024
1 parent 01a3435 commit 39046af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ permissions:
contents: write
issues: write
pull-requests: write
attestations: write

jobs:
deploy:
Expand All @@ -37,6 +38,9 @@ jobs:
- uses: actions/upload-pages-artifact@v3
with:
path: dist
- uses: actions/attest-build-provenance@v1
with:
subject-path: pqspread.html
- uses: actions/deploy-pages@v4
id: deployment
- run: bun add -g semantic-release
Expand Down

0 comments on commit 39046af

Please sign in to comment.