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 f1bef32 commit b9ac863Copy full SHA for b9ac863
docs/modules/reference/pages/catalog/github.adoc
@@ -24,6 +24,24 @@ be used as an input, for example
24
${{ ARTIFACTS }}
25
```
26
27
+As an alternative you may supply the checksums file as input
28
+
29
+```yaml
30
+ - name: Release
31
+ uses: jreleaser/release-action@v2
32
+ with:
33
+ arguments: release
34
+ env:
35
+ JRELEASER_PROJECT_VERSION: <my-project-version>
36
37
+ - name: Attestations
38
+ uses: actions/attest-build-provenance@v1
39
40
+ subject-checksums: out/jreleaser/checksums/checksums_sha256.txt
41
+ predicate-type: 'https://example.com/predicate/v1'
42
+ predicate: '{}'
43
+```
44
45
== Configuration
46
47
include::partial$legend.adoc[]
0 commit comments