aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ferdi-builds.yml2
1 files changed, 2 insertions, 0 deletions
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:
186 shell: bash 186 shell: bash
187 env: 187 env:
188 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 188 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }}
189 CSC_IDENTITY_AUTO_DISCOVERY: false
189 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing) 190 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing)
190 # APPLEID: ${{ secrets.APPLEID }} 191 # APPLEID: ${{ secrets.APPLEID }}
191 # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }} 192 # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }}
@@ -199,6 +200,7 @@ jobs:
199 shell: bash 200 shell: bash
200 env: 201 env:
201 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 202 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }}
203 CSC_IDENTITY_AUTO_DISCOVERY: false
202 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing) 204 # TODO: Commented out the code signing process for now (so as to at least get unsigned nightlies available for testing)
203 # APPLEID: ${{ secrets.APPLEID }} 205 # APPLEID: ${{ secrets.APPLEID }}
204 # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }} 206 # APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }}