Skip to content

Commit

Permalink
Temp GitHub Action Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 12, 2024
1 parent 1a26093 commit 9a00f06
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9a00f06

Please sign in to comment.