aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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 }}