We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c64aa4 commit a239bdbCopy full SHA for a239bdb
1 file changed
.github/workflows/goreleaser.yaml
@@ -7,7 +7,9 @@ on:
7
- "*"
8
9
permissions:
10
- contents: write
+ id-token: write # for attestations
11
+ contents: write # for update release assets
12
+ attestations: write # for attestations
13
14
jobs:
15
goreleaser:
@@ -27,3 +29,8 @@ jobs:
27
29
args: release --clean
28
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ - name: Generate artifact attestation
33
+ uses: actions/attest-build-provenance@v1
34
+ with:
35
+ subject-path: "dist/**/tfustomize*"
36
+ subject-name: "tk3fftk/tfustomize"
0 commit comments