Fix formatting
This commit is contained in:
@@ -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}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user