aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-03 19:56:48 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-03 19:56:48 -0500
commite14df85e39a27944fdc4d5aecf084a68d7fd00c2 (patch)
treeda474d4dabb98026354dc1ab75c90ff6da1ab3ef /.github
parent6.0.0-nightly.52 [skip ci] (diff)
downloadferdium-app-e14df85e39a27944fdc4d5aecf084a68d7fd00c2.tar.gz
ferdium-app-e14df85e39a27944fdc4d5aecf084a68d7fd00c2.tar.zst
ferdium-app-e14df85e39a27944fdc4d5aecf084a68d7fd00c2.zip
Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)
Co-authored-by: Alphrag <alphrag@pm.me>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 2 insertions, 2 deletions
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:
170 shell: bash 170 shell: bash
171 env: 171 env:
172 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }} 172 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
173 CSC_IDENTITY_AUTO_DISCOVERY: false 173 CSC_IDENTITY_AUTO_DISCOVERY: true
174 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing) 174 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing)
175 # APPLEID: ${{ secrets.APPLEID }} 175 # APPLEID: ${{ secrets.APPLEID }}
176 # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }} 176 # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }}
@@ -368,7 +368,7 @@ jobs:
368 shell: bash 368 shell: bash
369 env: 369 env:
370 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }} 370 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
371 CSC_IDENTITY_AUTO_DISCOVERY: false 371 CSC_IDENTITY_AUTO_DISCOVERY: true
372 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing) 372 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing)
373 # WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }} 373 # WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
374 # WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }} 374 # WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}