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;
try {
client = await createClient({
auth: token,
integrationName: "1Password GitHub Action",
integrationVersion: version,
});
auth: token,
integrationName: "1Password GitHub Action",
integrationVersion: version,
});
} catch (err) {
const message = err instanceof Error ? err.message : String(err);
throw new Error(`Service account authentication failed: ${message}`);