We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9376d85 commit 4f29053Copy full SHA for 4f29053
.github/workflows/releases.yml
@@ -9,6 +9,10 @@ jobs:
9
build:
10
name: Upload Release Asset
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ attestations: write
14
+ id-token: write
15
+ contents: write
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@master
@@ -27,3 +31,8 @@ jobs:
27
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
32
with:
29
33
files: /tmp/${{ github.event.repository.name }}-${{ steps.tag.outputs.tag }}.zip
34
+
35
+ - name: Build provenance attestation
36
+ uses: actions/attest-build-provenance@v2
37
+ with:
38
+ subject-path: /tmp/${{ github.event.repository.name }}-${{ steps.tag.outputs.tag }}.zip
0 commit comments