Skip to content

Commit

Permalink
Move TestFlight Beta Deploy to self-hosted Runner (#30)
Browse files Browse the repository at this point in the history
# Move TestFlight Beta Deploy to self-hosted Runner

## ♻️ Current situation & Problem
As the GitHub public runner XCode `latest-stable` version still points
to 15.4, the TestFlight deployment workflow fails with new keywords such
as `@retroactive`. Therefore, we'll move this workflow to our
self-hosted runners


## ⚙️ Release Notes 
- Move TestFlight Beta Deploy to self-hosted Runner


## 📚 Documentation
--


## ✅ Testing
--


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
philippzagar authored Nov 14, 2024
1 parent 13138e9 commit aa1a669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
googleserviceinfoplistpath: 'OwnYourData/Supporting Files/GoogleService-Info.plist'
setupsigning: true
fastlanelane: beta
runsonlabels: '["macOS", "self-hosted"]'
secrets: inherit
deployfirebase:
name: Deploy Firebase Project
Expand Down

0 comments on commit aa1a669

Please sign in to comment.