mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 06:23:47 +00:00
Fix mac
This commit is contained in:
@@ -9,8 +9,8 @@ export const APPLE_DEVELOPER_TEAM_ID = "2BUA8C4S2C";
|
|||||||
// Append-only: old certs stay listed so historical `op` versions still verify.
|
// Append-only: old certs stay listed so historical `op` versions still verify.
|
||||||
// See https://www.1password.dev/cli/verify.
|
// See https://www.1password.dev/cli/verify.
|
||||||
export const ALLOWED_MACOS_SIGNING_CERT_FINGERPRINTS = [
|
export const ALLOWED_MACOS_SIGNING_CERT_FINGERPRINTS = [
|
||||||
"CAB578061B0209FB70934DA344EF6FEBCD3279B1C074C54B0D7D555743B9D890",
|
"CAB578061B0209FB70934DA344EF6FEBCD3279B1C074C54B0D7D555743B9D89F",
|
||||||
"141DD87B2B231211F1440849798007DF621DE6EB3DAB985BC964EE9704C4A1C0",
|
"141DD87B2B231211F1440849798007DF621DE6EB3DAB985BC964EE9704C4A1C1",
|
||||||
];
|
];
|
||||||
|
|
||||||
const defaultPkgutilRunner = async (pkgPath: string): Promise<string> => {
|
const defaultPkgutilRunner = async (pkgPath: string): Promise<string> => {
|
||||||
|
|||||||
Reference in New Issue
Block a user