From e14df85e39a27944fdc4d5aecf084a68d7fd00c2 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Fri, 3 Jun 2022 19:56:48 -0500 Subject: Enable AutoUpdates from in-app with self-sign certificates on macOS (#213) Co-authored-by: Alphrag --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 610826872..033c7df73 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -170,7 +170,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }} - CSC_IDENTITY_AUTO_DISCOVERY: false + CSC_IDENTITY_AUTO_DISCOVERY: true # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing) # APPLEID: ${{ secrets.APPLEID }} # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }} @@ -368,7 +368,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }} - CSC_IDENTITY_AUTO_DISCOVERY: false + CSC_IDENTITY_AUTO_DISCOVERY: true # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing) # WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }} # WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }} -- cgit v1.2.3-70-g09d2