Skip to content

Commit

Permalink
chore: change Mac signing username to otel-mac-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Aug 1, 2023
1 parent 2cf6008 commit f0d402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcolbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ INSTALLED_BUILDER_VERSION := $(shell $(BUILDER_BIN_NAME) version 2>&1)

# Settings for macOS builds
ifeq ($(OS),darwin)
AC_USERNAME ?= it-apple-developer@sumologic.com
AC_USERNAME ?= otel-mac-certs@sumologic.com
AC_PASSWORD ?= $(shell echo $$AC_PASSWORD)
DEVELOPER_TEAM_ID ?= 8F28635Z7X
DEVELOPER_SIGNING_IDENTITY ?= Developer ID Application: Sumo Logic, Inc. ($(DEVELOPER_TEAM_ID))
Expand Down

0 comments on commit f0d402d

Please sign in to comment.