Skip to content

Commit 48842b4

Browse files
committed
Generate attestation for signed VbaCompression packages
1 parent 487d3ce commit 48842b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-signed.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
permissions:
6666
contents: read
6767
id-token: write
68+
attestations: write
6869

6970
steps:
7071
- name: publish artifact
@@ -94,6 +95,13 @@ jobs:
9495
--trusted-signing-account "OpenSourceSigning"
9596
--trusted-signing-certificate-profile "JozefIzsoOpenSourceProfile"
9697
98+
- name: attestation
99+
uses: actions/attest@v2
100+
with:
101+
subject-path: 'dist/*.nupkg'
102+
predicate-type: 'https://slsa.dev/provenance/v1'
103+
predicate: '{}'
104+
97105
- name: publish artifact
98106
uses: actions/upload-artifact@v4
99107
with:

0 commit comments

Comments
 (0)