From 6f8dcd66633984450c7a50048ea70d9a642675be Mon Sep 17 00:00:00 2001 From: rory Date: Wed, 17 Dec 2025 09:30:21 -0800 Subject: [PATCH] Pass SHOULD_LOAD_SSL_CERTIFICATES=false --- .github/workflows/androidBump.yml | 1 + .github/workflows/buildAndroid.yml | 1 + .github/workflows/deploy.yml | 2 ++ .github/workflows/testBuild.yml | 2 ++ 4 files changed, 6 insertions(+) diff --git a/.github/workflows/androidBump.yml b/.github/workflows/androidBump.yml index f3846287fb19..254342e4496a 100644 --- a/.github/workflows/androidBump.yml +++ b/.github/workflows/androidBump.yml @@ -25,6 +25,7 @@ jobs: uses: Expensify/GitHub-Actions/setup-certificate-1p@main with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} + SHOULD_LOAD_SSL_CERTIFICATES: 'false' - name: Load files from 1Password working-directory: android/app diff --git a/.github/workflows/buildAndroid.yml b/.github/workflows/buildAndroid.yml index 44e8c17befe5..1b8dfe22e84b 100644 --- a/.github/workflows/buildAndroid.yml +++ b/.github/workflows/buildAndroid.yml @@ -100,6 +100,7 @@ jobs: uses: Expensify/GitHub-Actions/setup-certificate-1p@main with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} + SHOULD_LOAD_SSL_CERTIFICATES: 'false' - name: Load files from 1Password working-directory: android/app diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b814052010b..7b2806975575 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -133,6 +133,7 @@ jobs: uses: Expensify/GitHub-Actions/setup-certificate-1p@main with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} + SHOULD_LOAD_SSL_CERTIFICATES: 'false' - name: Load files from 1Password env: @@ -413,6 +414,7 @@ jobs: uses: Expensify/GitHub-Actions/setup-certificate-1p@main with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} + SHOULD_LOAD_SSL_CERTIFICATES: 'false' - name: Load files from 1Password env: diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index 009b95fd268a..b070cb052da8 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -357,6 +357,7 @@ jobs: uses: Expensify/GitHub-Actions/setup-certificate-1p@main with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} + SHOULD_LOAD_SSL_CERTIFICATES: 'false' - name: Load files from 1Password env: @@ -488,6 +489,7 @@ jobs: uses: Expensify/GitHub-Actions/setup-certificate-1p@main with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} + SHOULD_LOAD_SSL_CERTIFICATES: 'false' - name: Load files from 1Password env: