Fix formatting

This commit is contained in:
Jill Regan
2026-02-18 16:37:41 -05:00
parent a2ce22dd39
commit 24235f3b6b

View File

@@ -128,10 +128,10 @@ const loadSecretsViaServiceAccount = async (
let client; let client;
try { try {
client = await createClient({ client = await createClient({
auth: token, auth: token,
integrationName: "1Password GitHub Action", integrationName: "1Password GitHub Action",
integrationVersion: version, integrationVersion: version,
}); });
} catch (err) { } catch (err) {
const message = err instanceof Error ? err.message : String(err); const message = err instanceof Error ? err.message : String(err);
throw new Error(`Service account authentication failed: ${message}`); throw new Error(`Service account authentication failed: ${message}`);