We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e9f86 commit 3f8ea5fCopy full SHA for 3f8ea5f
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
types: published
5
permissions:
6
contents: write
7
+ id-token: write
8
+ attestations: write
9
+ artifact-metadata: write
10
11
jobs:
12
build:
@@ -37,6 +40,11 @@ jobs:
37
40
- name: Perform npm tasks
38
41
run: npm run ci
39
42
43
+ - name: Generate signed attestations for workflow artifacts
44
+ uses: actions/attest@v4
45
+ with:
46
+ subject-path: dist/bin/**/run-matlab-command*
47
+
48
# Finally, create a detached commit containing the built artifacts and tag
49
# it with the release. Note: the fact that the branch is locally updated
50
# will not be relayed (pushed) to origin
0 commit comments