Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

calitb/Sample-Testflight-Workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Staging

Deploy Release

GitHub Workflows for iOS Apps

GitHub Secrets

This project uses GitHub Workflows to run Fastlane scripts to build and upload binaries to TestFlight/AppStore.

For this to work the following Github Secrets need to be defined:

APPLE_USERNAME: The username for your Apple account

APP_APPLE_ID: The apple_id for your application.

FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: A application specific password for your apple account.

GIT_CERT_HTTPS_URL: The https url for a repository to store the provisioning profiles and distribution certificates generated by Fastlane.

KEYSTORE_PASSPHRASE: The passphrase to decrypt the provisioning profiles and distribution certificates generated by Fastlane.

Actions

Deploy Staging: It is run every time a push to master is done.

Deploy Release: It is run every time a new Release is created in GitHub for your repository.

About

This project uses GitHub Workflows to run Fastlane scripts to build and upload binaries to TestFlight/AppStore.

Topics

Resources

Stars

Watchers

Forks