Skip to content

Commit d29efd7

Browse files
author
David Buzinski
committed
add attestations
1 parent 7cff677 commit d29efd7

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
- name: Perform npm tasks
3838
run: npm run ci
3939

40+
# Generate signed attestations for workflow artifacts
41+
- name: Attest build provenance
42+
uses: actions/attest@v4
43+
with:
44+
subject-path: dist/bin/**/run-matlab-command*
45+
4046
# Finally, create a detached commit containing the built artifacts and tag
4147
# it with the release. Note: the fact that the branch is locally updated
4248
# will not be relayed (pushed) to origin

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)