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 e329847 commit 973c31fCopy full SHA for 973c31f
.github/workflows/release.yml
@@ -8,7 +8,9 @@ on:
8
9
permissions:
10
contents: write
11
-
+ id-token: write
12
+ attestations: write
13
+
14
jobs:
15
release:
16
runs-on: windows-2022
@@ -27,3 +29,9 @@ jobs:
27
29
GH_TOKEN: ${{ github.token }}
28
30
run: |
31
gh release upload ${{ github.ref_name }} app/bin/x64/Release/net8.0-windows/win-x64/publish/GHelper.exe GHelper.zip
32
+ - name: Generate SLSA build provenance attestation
33
+ uses: actions/attest-build-provenance@v2
34
+ with:
35
+ subject-path: |
36
+ app/bin/x64/Release/net8.0-windows/win-x64/publish/GHelper.exe
37
+ GHelper.zip
0 commit comments