From 9a00f0669363a5d546b18aa207b375fb932cd4b0 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 11 Jan 2024 22:02:17 -0800 Subject: [PATCH] Temp GitHub Action Fix --- .github/workflows/beta-deployment.yml | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/beta-deployment.yml b/.github/workflows/beta-deployment.yml index 84f9966..a03f884 100644 --- a/.github/workflows/beta-deployment.yml +++ b/.github/workflows/beta-deployment.yml @@ -15,24 +15,24 @@ on: workflow_dispatch: jobs: - buildandtest: - name: Build and Test - uses: ./.github/workflows/build-and-test.yml - permissions: - security-events: write - actions: read - iosapptestflightdeployment: - name: iOS App TestFlight Deployment - needs: buildandtest - uses: CS342/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 - secrets: inherit - with: - googleserviceinfoplistpath: 'ExampleApplication/Supporting Files/GoogleService-Info.plist' - setupsigning: true - fastlanelane: beta + # buildandtest: + # name: Build and Test + # uses: ./.github/workflows/build-and-test.yml + # permissions: + # security-events: write + # actions: read + # iosapptestflightdeployment: + # name: iOS App TestFlight Deployment + # needs: buildandtest + # uses: CS342/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2 + # secrets: inherit + # with: + # googleserviceinfoplistpath: 'ExampleApplication/Supporting Files/GoogleService-Info.plist' + # setupsigning: true + # fastlanelane: beta deployfirebase: name: Deploy Firebase Project - needs: iosapptestflightdeployment + # needs: iosapptestflightdeployment uses: StanfordBDHG/.github/.github/workflows/firebase-deploy.yml@v2 with: arguments: '--debug'