Skip to content

Commit

Permalink
Make sure to clone ENGAGE-HF-Firebase before attempting to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Jun 17, 2024
1 parent 0739794 commit bcda8d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
setupsigning: true
fastlanelane: beta
secrets: inherit
checkoutfirebase:
name: Check out my other private repo
uses: actions/checkout@master
with:
repository: StanfordBDHG/ENGAGE-HF-Firebase
ref: cloud-functions
deployfirebase:
name: Deploy Firebase Project
needs: iosapptestflightdeployment
Expand All @@ -41,3 +47,4 @@ jobs:
contents: read
secrets:
GOOGLE_APPLICATION_CREDENTIALS_BASE64: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_BASE64 }}

0 comments on commit bcda8d2

Please sign in to comment.