aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-12 05:12:19 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-06-12 05:13:22 +0530
commit7b3eab49e4e5967f6107c5608ba00061247579c9 (patch)
treeddd690a4233ab706ed63838bbb27c44cbedac308 /.github
parentCommented out the env vars that trigger code-signing. (diff)
downloadferdium-app-7b3eab49e4e5967f6107c5608ba00061247579c9.tar.gz
ferdium-app-7b3eab49e4e5967f6107c5608ba00061247579c9.tar.zst
ferdium-app-7b3eab49e4e5967f6107c5608ba00061247579c9.zip
Bypassed code signing since that is also incorrect in GH settings.
Diffstat (limited to '.github')
-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 }}