From 7b3eab49e4e5967f6107c5608ba00061247579c9 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 12 Jun 2021 05:12:19 +0530 Subject: Bypassed code signing since that is also incorrect in GH settings. --- .github/workflows/ferdi-builds.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index db65e169c..f86650c2b 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -186,6 +186,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} + CSC_IDENTITY_AUTO_DISCOVERY: false # 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 }} @@ -199,6 +200,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} + CSC_IDENTITY_AUTO_DISCOVERY: false # 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 }} -- cgit v1.2.3-54-g00ecf