Update packages/attest/src/artifactMetadata.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Brian DeHamer
2026-02-25 17:40:10 -08:00
committed by GitHub
parent 7987771a2b
commit 69f29a1b1c
+1 -1
View File
@@ -55,7 +55,7 @@ export async function createStorageRecord(
const octokit = github.getOctokit(token, {retry: {retries}}, retry)
const headersWithUserAgent = {
'user-agent': getUserAgent(),
'User-Agent': getUserAgent(),
...headers
}