You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ `Binaries have been produced by the [Release workflow](https://github.com/${owner}/${repo}/actions/workflows/release.yml)`
49
-
+ ` without human intervention.\n\n`
50
-
+ `SHA256 checksums:\n\n`;
51
-
52
-
for (const name of await fs.readdir('./binaries/')) {
53
-
if (name.endsWith('.sha256sum')) {
54
-
const parts = (await fs.readFile(`./binaries/${name}`, 'utf-8')).slice(0, -1).split(' ');
55
-
body += `* ${parts[2]} ${parts[0]}\n`;
56
-
}
57
-
}
62
+
+ ` without human intervention.\n`
63
+
+ `\n`
64
+
+ 'You can verify that binaries have been produced by the workflow by using [GitHub Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds):\n'
65
+
+ `\n`
66
+
+ '```\n'
67
+
+ `TODO\n`
68
+
+ '```\n'
69
+
+ `\n`
70
+
+ 'You can verify the binaries checksum by downloading `checksums.sha256` and running:\n'
0 commit comments