mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 14:23:48 +00:00
Fix formatting
This commit is contained in:
+4
-4
@@ -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