File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,17 @@ filter to the job:
111
111
> Generating and uploading digital attestations currently requires
112
112
> authentication with a [trusted publisher].
113
113
114
- You can generate signed [digital attestations] for all the distribution files and
115
- upload them all together by enabling the `attestations` setting :
114
+ Generating signed [digital attestations] for all the distribution files
115
+ and uploading them all together is now on by default for all projects
116
+ using Trusted Publishing. To disable it, set `attestations` as follows :
116
117
117
118
` ` ` yml
118
119
with:
119
- attestations: true
120
+ attestations: false
120
121
` ` `
121
122
122
- This will use [Sigstore] to create attestation
123
- objects for each distribution package, signing them with the identity provided
123
+ The attestation objects are created using [Sigstore] for each
124
+ distribution package, signing them with the identity provided
124
125
by the GitHub's OIDC token associated with the current workflow. This means
125
126
both the trusted publishing authentication and the attestations are tied to the
126
127
same identity.
You can’t perform that action at this time.
0 commit comments