Skip to content

Commit

Permalink
Test out GitHub build attestations (#9711)
Browse files Browse the repository at this point in the history
Unsure what will happen, but it probably can't break things too much...
right?

cc #9698
  • Loading branch information
alexcrichton authored Dec 4, 2024
1 parent 8df32f7 commit 45869dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

permissions:
contents: write
id-token: write
attestations: write

jobs:
publish:
Expand Down Expand Up @@ -34,6 +36,10 @@ jobs:
with:
path: "./gh-pages/gh-pages"

- uses: actions/attest-build-provenance@v1
with:
subject-path: 'dist/*'

- run: npm install --production
working-directory: .github/actions/github-release
- name: Publish Release
Expand Down

0 comments on commit 45869dc

Please sign in to comment.