I tried to upload the sigstore files to the [GitHub attestation endpoint](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-an-attestation) using [a custom Gradle task](https://github.com/hfhbd/adventOfCode/blob/79395308b2cbb629a3636f733ba6cbdc238fdf3b/gradle/build-logic/src/main/kotlin/UploadSignatures.kt) but GitHub requires/uses `dsse`. And now I am lost. What's needed to upload the sigstore to GitHub?